mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 04:51:33 -07:00
Cleanups
This commit is contained in:
parent
fda885d4c3
commit
20fe3752cb
19 changed files with 59 additions and 105 deletions
|
@ -21,6 +21,7 @@ location ~ /auth-([0-9]+) {
|
|||
set $upstream_auth_port 80;
|
||||
set $upstream_auth_proto http;
|
||||
proxy_pass $upstream_auth_proto://$upstream_auth_app:$upstream_auth_port/api/?v1/auth&group=$1;
|
||||
|
||||
proxy_set_header Content-Length "";
|
||||
|
||||
# Do not uncomment the lines below, these are examples for usue in other proxy configs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue