mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
try fixing subpath proxy
This commit is contained in:
parent
83ef26f8d7
commit
d741ea63c4
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ server {
|
|||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
}
|
||||
|
||||
location / {
|
||||
location ^~ / {
|
||||
if (!-e $request_filename) {
|
||||
rewrite http://web:80 break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue