Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 201 - 203 of 203 for nginx (0.04 seconds)

  1. fastapi/routing.py

                        media_type="text/event-stream",
                        background=solved_result.background_tasks,
                    )
                    response.headers["Cache-Control"] = "no-cache"
                    # For Nginx proxies to not buffer server sent events
                    response.headers["X-Accel-Buffering"] = "no"
                    response.headers.raw.extend(solved_result.response.headers.raw)
                elif is_json_stream:
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Mar 15 11:44:39 GMT 2026
    - 193K bytes
    - Click Count (0)
  2. CHANGELOG/CHANGELOG-1.11.md

    * kubectl delete does not use reapers for removing objects anymore, but relies on server-side GC entirely ([#63979](https://github.com/kubernetes/kubernetes/pull/63979), [@soltysh](https://github.com/soltysh))
    * Updated default image for nginx ingress in CDK to match current Kubernetes docs. ([#64285](https://github.com/kubernetes/kubernetes/pull/64285), [@hyperbolic2346](https://github.com/hyperbolic2346))
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Feb 06 06:04:15 GMT 2020
    - 328.4K bytes
    - Click Count (0)
  3. CHANGELOG/CHANGELOG-1.12.md

        * Some refactoring of error/status messages and functions to align with new approach.
    * Updated default image for nginx ingress in CDK to match current Kubernetes docs. ([#64285](https://github.com/kubernetes/kubernetes/pull/64285), [@hyperbolic2346](https://github.com/hyperbolic2346))
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Feb 06 06:04:15 GMT 2020
    - 293.8K bytes
    - Click Count (0)
Back to Top