- Sort Score
- Num 10 results
- Language All
Results 151 - 160 of 220 for traffic (0.05 seconds)
-
docs/es/docs/advanced/behind-a-proxy.md
## Probando localmente con Traefik { #testing-locally-with-traefik } Puedes ejecutar fácilmente el experimento localmente con un prefijo de path eliminado usando [Traefik](https://docs.traefik.io/). [Descarga Traefik](https://github.com/containous/traefik/releases), es un archivo binario único, puedes extraer el archivo comprimido y ejecutarlo directamente desde la terminal.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 16.5K bytes - Click Count (0) -
docs/zh-hant/docs/advanced/behind-a-proxy.md
## 在本機使用 Traefik 測試 { #testing-locally-with-traefik } 你可以很容易地用 [Traefik](https://docs.traefik.io/) 在本機跑一個「移除路徑前綴」的測試。 [下載 Traefik](https://github.com/containous/traefik/releases),它是一個單一的執行檔,你可以解壓縮後直接在終端機執行。 然後建立一個 `traefik.toml` 檔案,內容如下: ```TOML hl_lines="3" [entryPoints] [entryPoints.http] address = ":9999"Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 15.3K bytes - Click Count (0) -
docs/ja/docs/advanced/behind-a-proxy.md
## Traefik を使ったローカル検証 { #testing-locally-with-traefik } [Traefik](https://docs.traefik.io/) を使えば、パスプレフィックスを削除する構成をローカルで簡単に試せます。 [Traefik をダウンロード](https://github.com/containous/traefik/releases) してください。単一バイナリなので、圧縮ファイルを展開して端末から直接実行できます。 次の内容で `traefik.toml` というファイルを作成します: ```TOML hl_lines="3" [entryPoints] [entryPoints.http]Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 18.9K bytes - Click Count (0) -
docs/ru/docs/project-generation.md
- 🔑 Аутентификация по JWT‑токенам. - 📫 Восстановление пароля по электронной почте. - ✅ Тесты с [Pytest](https://pytest.org). - 📞 [Traefik](https://traefik.io) в роли обратного прокси / балансировщика нагрузки. - 🚢 Инструкции по развёртыванию с использованием Docker Compose, включая настройку фронтенд‑прокси Traefik для автоматического получения сертификатов HTTPS.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 3K bytes - Click Count (0) -
docs/de/docs/project-generation.md
- 🔑 JWT (JSON Web Token)-Authentifizierung. - 📫 E-Mail-basierte Passwortwiederherstellung. - ✅ Tests mit [Pytest](https://pytest.org). - 📞 [Traefik](https://traefik.io) als Reverse-Proxy / Load Balancer. - 🚢 Deployment-Anleitungen unter Verwendung von Docker Compose, einschließlich der Einrichtung eines Frontend-Traefik-Proxys zur Handhabung automatischer HTTPS-Zertifikate.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 2.2K bytes - Click Count (0) -
docs/fr/docs/advanced/behind-a-proxy.md
## Tester localement avec Traefik { #testing-locally-with-traefik } Vous pouvez facilement faire l'expérience en local avec un préfixe de chemin supprimé en utilisant [Traefik](https://docs.traefik.io/).Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 17.4K bytes - Click Count (0) -
docs/pt/docs/advanced/behind-a-proxy.md
## Testando localmente com Traefik { #testing-locally-with-traefik } Você pode facilmente executar o experimento localmente com um prefixo de path removido usando [Traefik](https://docs.traefik.io/). [Faça o download do Traefik](https://github.com/containous/traefik/releases), ele é um único binário, você pode extrair o arquivo compactado e executá-lo diretamente do terminal.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 16.6K bytes - Click Count (0) -
docs/tr/docs/advanced/behind-a-proxy.md
## Traefik ile Local Olarak Test Etme { #testing-locally-with-traefik } [Traefik](https://docs.traefik.io/) kullanarak, stripped path prefix'li deneyi local'de kolayca çalıştırabilirsiniz. [Traefik'i indirin](https://github.com/containous/traefik/releases); tek bir binary'dir, sıkıştırılmış dosyayı çıkarıp doğrudan terminalden çalıştırabilirsiniz. Ardından `traefik.toml` adında bir dosya oluşturup şunu yazın:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 16.5K bytes - Click Count (0) -
docs/fr/docs/project-generation.md
- 🔑 Authentification JWT (JSON Web Token). - 📫 Récupération de mot de passe par e-mail. - ✅ Tests avec [Pytest](https://pytest.org). - 📞 [Traefik](https://traefik.io) comme proxy inverse / répartiteur de charge. - 🚢 Instructions de déploiement avec Docker Compose, y compris la configuration d'un proxy Traefik frontal pour gérer les certificats HTTPS automatiques.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 2.2K bytes - Click Count (0) -
docs/zh-hant/docs/project-generation.md
- 🐋 [Docker Compose](https://www.docker.com) 用於開發與正式環境。 - 🔒 預設即採用安全的密碼雜湊。 - 🔑 JWT(JSON Web Token)驗證。 - 📫 以 Email 為基礎的密碼重設。 - ✅ 使用 [Pytest](https://pytest.org) 的測試。 - 📞 [Traefik](https://traefik.io) 作為反向代理/負載平衡器。 - 🚢 使用 Docker Compose 的部署指引,包含如何設定前端 Traefik 代理以自動處理 HTTPS 憑證。
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 1.8K bytes - Click Count (0)