add ending slash

This commit is contained in:
ghost 2024-02-25 07:33:07 +02:00
parent f0cefeb09f
commit b2186efe7d
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
location /yggbro/pingvinus.ru {
location /yggbro/pingvinus.ru/ {
# Apply rewrite correction
rewrite /yggbro/pingvinus.ru/(.*) /$1 break;

View file

@ -1,4 +1,4 @@
location /yggbro/texty.org.ua {
location /yggbro/texty.org.ua/ {
# Forward to server
proxy_pass https://texty.org.ua/;