- Sort Score
- Num 10 results
- Language All
Results 51 - 60 of 721 for alloc (0.06 seconds)
-
internal/config/policy/plugin/config.go
// form http://localhost:8181/v1/data/httpapi/authz type opaResultAllow struct { Result struct { Allow bool `json:"allow"` } `json:"result"` } // Handle simpler OPA responses when OPA URL is of // form http://localhost:8181/v1/data/httpapi/authz/allow type opaResult struct { Result bool `json:"result"` } respBody := bytes.NewReader(opaRespBytes)Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 5.8K bytes - Click Count (0) -
.github/workflows/multipart/nginx-site1.conf
server site1-minio4:9000; } server { listen 9001; listen [::]:9001; server_name localhost; # To allow special characters in headers ignore_invalid_headers off; # Allow any size file to be uploaded. # Set to a value such as 1000m; to restrict file size to a specific value client_max_body_size 0; # To disable bufferingCreated: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sat Sep 30 10:13:56 GMT 2023 - 1.7K bytes - Click Count (0) -
.github/workflows/multipart/nginx-site2.conf
server site2-minio4:9000; } server { listen 9002; listen [::]:9002; server_name localhost; # To allow special characters in headers ignore_invalid_headers off; # Allow any size file to be uploaded. # Set to a value such as 1000m; to restrict file size to a specific value client_max_body_size 0; # To disable bufferingCreated: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sat Sep 30 10:13:56 GMT 2023 - 1.7K bytes - Click Count (0) -
docs/ru/docs/advanced/behind-a-proxy.md
/// ### Включить пересылаемые заголовки прокси { #enable-proxy-forwarded-headers } Вы можете запустить FastAPI CLI с опцией командной строки `--forwarded-allow-ips` и передать IP‑адреса, которым следует доверять при чтении этих пересылаемых заголовков. Если указать `--forwarded-allow-ips="*"`, приложение будет доверять всем входящим IP.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 22.7K bytes - Click Count (0) -
docs/uk/docs/advanced/behind-a-proxy.md
/// ### Увімкнути направлені заголовки представника { #enable-proxy-forwarded-headers } Ви можете запустити FastAPI CLI з *опцією CLI* `--forwarded-allow-ips` і передати IP-адреси, яким слід довіряти для читання цих направлених заголовків. Якщо ви встановите `--forwarded-allow-ips="*"`, це означатиме довіру до всіх вхідних IP.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 23.1K bytes - Click Count (0) -
docs/fr/docs/advanced/behind-a-proxy.md
/// ### Activer les en-têtes transférés par le proxy { #enable-proxy-forwarded-headers } Vous pouvez démarrer FastAPI CLI avec l'option de CLI `--forwarded-allow-ips` et fournir les adresses IP à considérer comme fiables pour lire ces en‑têtes transférés. Si vous la définissez à `--forwarded-allow-ips="*"`, elle fera confiance à toutes les IP entrantes.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
### Ativar headers encaminhados pelo proxy { #enable-proxy-forwarded-headers } Você pode iniciar a CLI do FastAPI com a opção de linha de comando `--forwarded-allow-ips` e informar os endereços IP que devem ser confiáveis para ler esses headers encaminhados. Se você definir como `--forwarded-allow-ips="*"`, ele confiará em todos os IPs de entrada.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/orchestration/docker-compose/nginx.conf
server minio4:9001; } server { listen 9000; listen [::]:9000; server_name localhost; # To allow special characters in headers ignore_invalid_headers off; # Allow any size file to be uploaded. # Set to a value such as 1000m; to restrict file size to a specific value client_max_body_size 0; # To disable bufferingCreated: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sat Mar 05 06:32:39 GMT 2022 - 3K bytes - Click Count (0) -
docs/en/docs/advanced/behind-a-proxy.md
/// ### Enable Proxy Forwarded Headers { #enable-proxy-forwarded-headers } You can start FastAPI CLI with the *CLI Option* `--forwarded-allow-ips` and pass the IP addresses that should be trusted to read those forwarded headers. If you set it to `--forwarded-allow-ips="*"` it would trust all the incoming IPs.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 15.8K bytes - Click Count (0) -
buildscripts/upgrade-tests/nginx.conf
} # main minio server { listen 9000; listen [::]:9000; server_name localhost; # To allow special characters in headers ignore_invalid_headers off; # Allow any size file to be uploaded. # Set to a value such as 1000m; to restrict file size to a specific value client_max_body_size 0; # To disable bufferingCreated: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Nov 21 18:41:30 GMT 2021 - 1.7K bytes - Click Count (0)