mirror of
https://github.com/YGGverse/YGGbro.git
synced 2026-03-31 09:35:32 +00:00
apply rewrite correction
This commit is contained in:
parent
7c07e586cb
commit
de8dbdac66
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
location /yggbro/pingvinus.ru {
|
location /yggbro/pingvinus.ru {
|
||||||
|
|
||||||
|
# Apply rewrite correction
|
||||||
|
rewrite /yggbro/pingvinus.ru/(.*) /$1 break;
|
||||||
|
|
||||||
# Forward to server
|
# Forward to server
|
||||||
proxy_pass https://pingvinus.ru/;
|
proxy_pass https://pingvinus.ru/;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue