Skip to content

Commit

Permalink
Merge pull request linuxserver#446 from collateral127/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Roxedus authored Jun 30, 2022
2 parents 3864342 + e05e774 commit b8cdbaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gotify.subfolder.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit b8cdbaa

Please sign in to comment.