- Sort Score
- Num 10 results
- Language All
Results 151 - 160 of 166 for nginx (0.03 seconds)
-
docs/ru/docs/advanced/behind-a-proxy.md
# За прокси‑сервером { #behind-a-proxy } Во многих случаях перед приложением FastAPI используется прокси‑сервер, например Traefik или Nginx. Такие прокси могут обрабатывать HTTPS‑сертификаты и многое другое. ## Пересылаемые заголовки прокси { #proxy-forwarded-headers }Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 23.2K bytes - Click Count (0) -
docs/pt/docs/deployment/docker.md
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt COPY ./app /code/app CMD ["fastapi", "run", "app/main.py", "--port", "80"] # Se estiver executando atrás de um proxy como Nginx ou Traefik, adicione --proxy-headers # CMD ["fastapi", "run", "app/main.py", "--port", "80", "--proxy-headers"] ``` </details> ## O que é um Contêiner { #what-is-a-container }
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Nov 12 16:23:57 GMT 2025 - 32.1K bytes - Click Count (0) -
docs/changelogs/changelog_3x.md
[maven_provided]: https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html [nginx_959]: https://trac.nginx.org/nginx/ticket/959 [obsolete_apache_client]: https://gist.github.com/swankjesse/09721f72039e3a46cf50f94323deb82d [obsolete_url_factory]: https://gist.github.com/swankjesse/dd91c0a8854e1559b00f5fc9c7bfae70
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sun Feb 06 14:55:54 GMT 2022 - 50.8K bytes - Click Count (0) -
docs/zh/docs/deployment/https.md
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sun May 11 13:37:26 GMT 2025 - 10.7K bytes - Click Count (0) -
docs/de/docs/advanced/behind-a-proxy.md
# Hinter einem Proxy { #behind-a-proxy } In vielen Situationen würden Sie einen **Proxy** wie Traefik oder Nginx vor Ihrer FastAPI-App verwenden. Diese Proxys könnten HTTPS-Zertifikate und andere Dinge handhaben. ## Proxy-<abbr title="weitergeleitete Header">Forwarded-Header</abbr> { #proxy-forwarded-headers }Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 18.6K bytes - Click Count (0) -
docs/es/docs/advanced/behind-a-proxy.md
# Detrás de un Proxy { #behind-a-proxy } En muchas situaciones, usarías un **proxy** como Traefik o Nginx delante de tu app de FastAPI. Estos proxies podrían manejar certificados HTTPS y otras cosas. ## Headers reenviados por el Proxy { #proxy-forwarded-headers }Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 17.1K bytes - Click Count (0) -
docs/ja/docs/deployment/https.md
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sun May 11 13:37:26 GMT 2025 - 15.5K bytes - Click Count (0) -
docs/ja/docs/deployment/concepts.md
### HTTPS 用ツールの例 TLS Termination Proxyとして使用できるツールには以下のようなものがあります: * Traefik * 証明書の更新を自動的に処理 ✨ * Caddy * 証明書の更新を自動的に処理 ✨ * Nginx * 証明書更新のためにCertbotのような外部コンポーネントを使用 * HAProxy * 証明書更新のためにCertbotのような外部コンポーネントを使用 * Nginx のような Ingress Controller を持つ Kubernetes * 証明書の更新に cert-manager のような外部コンポーネントを使用 * クラウド・プロバイダーがサービスの一部として内部的に処理(下記を参照👇)Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sun May 11 13:37:26 GMT 2025 - 24.1K bytes - Click Count (0) -
docs/ja/docs/deployment/docker.md
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt COPY ./app /code/app CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80"] # If running behind a proxy like Nginx or Traefik add --proxy-headers # CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80", "--proxy-headers"] ``` </details> ## コンテナとは何か
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Mon Aug 12 21:47:53 GMT 2024 - 44.3K bytes - Click Count (0) -
cmd/api-errors.go
}, ErrClientDisconnected: { Code: "ClientDisconnected", Description: "Client disconnected before response was ready", HTTPStatusCode: 499, // No official code, use nginx value. }, ErrTooManyRequests: { Code: "TooManyRequests", Description: "Please reduce your request rate", HTTPStatusCode: http.StatusTooManyRequests, }, ErrUnsupportedMetadata: {Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Apr 16 07:34:24 GMT 2025 - 93K bytes - Click Count (3)