From e05e774ce1d60c2eb5d34f31fdaef2b90a0140bd Mon Sep 17 00:00:00 2001 From: collateral127 <6831087+collateral127@users.noreply.github.com> Date: Tue, 24 May 2022 09:28:54 +1000 Subject: [PATCH] Update gotify.subfolder.conf.sample added rewrite to fix issues hitting page: https://gotify.net/docs/nginx --- gotify.subfolder.conf.sample | 1 + 1 file changed, 1 insertion(+) diff --git a/gotify.subfolder.conf.sample b/gotify.subfolder.conf.sample index f67accb..453a0c0 100644 --- a/gotify.subfolder.conf.sample +++ b/gotify.subfolder.conf.sample @@ -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; }