diff options
| author | Grisha Shipunov | 2025-01-25 15:37:01 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-01-25 15:37:01 +0100 |
| commit | 31b066909db390a91504b415974ea594a771015a (patch) | |
| tree | 773b9c5daec4611be6aab6c4e3e3786bf3984967 /hosts/cloud/proxy/auth.nix | |
| parent | e8114c1d6188a622c3f2267ebe7653fe1d82cfbf (diff) | |
cleanup and format
Diffstat (limited to 'hosts/cloud/proxy/auth.nix')
| -rw-r--r-- | hosts/cloud/proxy/auth.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hosts/cloud/proxy/auth.nix b/hosts/cloud/proxy/auth.nix index 6aa22e3..c8700f0 100644 --- a/hosts/cloud/proxy/auth.nix +++ b/hosts/cloud/proxy/auth.nix @@ -17,10 +17,10 @@ proxyPass = "http://authentik"; extraConfig = '' # general proxy settings - proxy_connect_timeout 60s; - proxy_send_timeout 60s; - proxy_read_timeout 60s; - proxy_http_version 1.1; + proxy_connect_timeout 60s; + proxy_send_timeout 60s; + proxy_read_timeout 60s; + proxy_http_version 1.1; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; |
