Merge pull request #446 from collateral127/patch-1

This commit is contained in:
Roxedus 2022-06-30 11:55:42 -07:00 committed by GitHub
commit b8cdbaa1e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
} }