mirror of
https://github.com/YGGverse/YGGbro.git
synced 2026-03-31 17:45:36 +00:00
add ending slash
This commit is contained in:
parent
f0cefeb09f
commit
b2186efe7d
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
location /yggbro/pingvinus.ru {
|
location /yggbro/pingvinus.ru/ {
|
||||||
|
|
||||||
# Apply rewrite correction
|
# Apply rewrite correction
|
||||||
rewrite /yggbro/pingvinus.ru/(.*) /$1 break;
|
rewrite /yggbro/pingvinus.ru/(.*) /$1 break;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
location /yggbro/texty.org.ua {
|
location /yggbro/texty.org.ua/ {
|
||||||
|
|
||||||
# Forward to server
|
# Forward to server
|
||||||
proxy_pass https://texty.org.ua/;
|
proxy_pass https://texty.org.ua/;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue