mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-07 13:31:32 -07:00
Merge pull request #446 from collateral127/patch-1
This commit is contained in:
commit
b8cdbaa1e9
1 changed files with 1 additions and 0 deletions
|
@ -23,4 +23,5 @@ location /gotify/ {
|
||||||
set $upstream_port 80;
|
set $upstream_port 80;
|
||||||
set $upstream_proto http;
|
set $upstream_proto http;
|
||||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||||
|
rewrite ^/gotify(/.*) $1 break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue