cleanup and format
This commit is contained in:
parent
e8114c1d61
commit
31b066909d
7 changed files with 9 additions and 13 deletions
|
@ -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;
|
||||
|
|
|
@ -42,7 +42,6 @@
|
|||
'';
|
||||
};
|
||||
|
||||
|
||||
locations."/outpost.goauthentik.io" = {
|
||||
proxyPass = "http://authentik/outpost.goauthentik.io";
|
||||
extraConfig = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue