Skip to content

Commit 808ea4a

Browse files
authored
Removed 2 lines that are already in proxy.conf
1 parent 3a5d6db commit 808ea4a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

gotify.subfolder.conf.sample

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,4 @@ location /gotify/ {
2323
set $upstream_port 80;
2424
set $upstream_proto http;
2525
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
26-
27-
proxy_set_header Upgrade $http_upgrade;
28-
proxy_set_header Connection "upgrade";
2926
}

0 commit comments

Comments
 (0)