mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-21 05:43:45 -07:00
Cleanup redundant headers from proxy.conf
Also general cleanup of whitespace
This commit is contained in:
parent
64499676be
commit
54ede40938
60 changed files with 79 additions and 133 deletions
|
@ -29,8 +29,6 @@ server {
|
|||
#include /config/nginx/authelia-location.conf;
|
||||
|
||||
include /config/nginx/proxy.conf;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
resolver 127.0.0.11 valid=30s;
|
||||
set $upstream_app medusa;
|
||||
set $upstream_port 8081;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue