mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-02-04 19:06:14 +08:00
Update gotify.subfolder.conf.sample
added rewrite to fix issues hitting page: https://gotify.net/docs/nginx
This commit is contained in:
parent
0c6ea75f39
commit
e05e774ce1
@ -23,4 +23,5 @@ location /gotify/ {
|
||||
set $upstream_port 80;
|
||||
set $upstream_proto http;
|
||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||
rewrite ^/gotify(/.*) $1 break;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user