- Sort Score
- Result 10 results
- Languages All
Results 131 - 140 of 156 for nginx (0.03 sec)
-
docs/ru/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"] # Если используете прокси-сервер, такой как Nginx или Traefik, добавьте --proxy-headers # CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80", "--proxy-headers"] ``` </details> ## Что такое "контейнер"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Aug 12 21:47:53 UTC 2024 - 57.6K bytes - Viewed (0) -
docs/pt/docs/deployment/concepts.md
* Caddy * Lida automaticamente com renovações de certificados ✨ * Nginx * Com um componente externo como o Certbot para renovações de certificados * HAProxy * Com um componente externo como o Certbot para renovações de certificados * Kubernetes com um controlador Ingress como o Nginx * Com um componente externo como cert-manager para renovações de certificados
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Oct 04 11:04:50 UTC 2024 - 19.7K bytes - Viewed (0) -
docs/de/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"] # Wenn Sie hinter einem Proxy wie Nginx oder Traefik sind, fügen Sie --proxy-headers hinzu # CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80", "--proxy-headers"] ``` </details> ## Was ist ein Container?
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Aug 12 21:47:53 UTC 2024 - 39K bytes - Viewed (0) -
docs/pt/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> ## O que é um Contêiner
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Aug 12 21:47:53 UTC 2024 - 37.4K bytes - Viewed (0) -
docs/ru/docs/deployment/https.md
Вот некоторые варианты, которые вы можете использовать в качестве такого прокси-сервера: * Traefik (может обновлять сертификаты) * Caddy (может обновлять сертификаты) * Nginx * HAProxy ## Let's Encrypt (центр сертификации) До появления Let's Encrypt **сертификаты HTTPS** приходилось покупать у третьих сторон.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 20.7K bytes - Viewed (0) -
cmd/testdata/xl-meta-merge.zip
‚Ù$73c9f651-f023-4566-b012-cc537fdb7ce2Ä’Òù º¢ŸDë ÚNÔI ›¾‘튺]/›h"4 £ !Ìvf00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters 127.0.0.1 site1-nginx 127.0.0.1 site2-nginx Ù$1f163718-9bc5-4b01-bff7-5d8cf09caf10Ä’Òù º¢ŸDë ÚNÔI ›¾‘튺]/›h"4 £ !Ìvf00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters 127.0.0.1 site1-nginx 127.0.0.1 site2-nginx...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Mar 08 17:50:48 UTC 2024 - 30.2K bytes - Viewed (0) -
docs/en/docs/advanced/behind-a-proxy.md
# Behind a Proxy In some situations, you might need to use a **proxy** server like Traefik or Nginx with a configuration that adds an extra path prefix that is not seen by your application. In these cases you can use `root_path` to configure your application. The `root_path` is a mechanism provided by the ASGI specification (that FastAPI is built on, through Starlette). The `root_path` is used to handle these specific cases.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 27 16:49:49 UTC 2024 - 11.6K bytes - Viewed (0) -
docs/ja/docs/project-generation.md
* ログインビュー。 * ログイン後の、メインダッシュボードビュー。 * メインダッシュボードでのユーザー作成と編集。 * セルフユーザー版 * **Vuex**。 * **Vue-router**。 * 美しいマテリアルデザインコンポーネントのための**Vuetify**。 * **TypeScript**。 * **Nginx**ベースのDockerサーバ (Vue-routerとうまく協調する構成)。 * Dockerマルチステージビルド。コンパイルされたコードの保存やコミットが不要。 * ビルド時にフロントエンドテスト実行 (無効化も可能)。 * 可能な限りモジュール化されているのでそのまま使用できますが、Vue CLIで再生成したり、必要に応じて作成したりして、必要なものを再利用可能。
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Jul 29 23:35:07 UTC 2024 - 7.1K bytes - Viewed (0) -
docs/zh/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> ## 什么是容器
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Aug 12 21:47:53 UTC 2024 - 31.2K bytes - Viewed (0) -
docs/de/docs/deployment/https.md
Einige der Optionen, die Sie als TLS-Terminierungsproxy verwenden können, sind: * Traefik (kann auch Zertifikat-Erneuerungen durchführen) * Caddy (kann auch Zertifikat-Erneuerungen durchführen) * Nginx * HAProxy ## Let's Encrypt Vor Let's Encrypt wurden diese **HTTPS-Zertifikate** von vertrauenswürdigen Dritten verkauft.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 13.6K bytes - Viewed (0)