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
77ea340097
commit
362eeb5ac4
1 changed files with 0 additions and 2 deletions
|
|
@ -21,8 +21,6 @@ server {
|
|||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
}
|
||||
|
||||
location / {if (!-e $request_filename){rewrite https://$server_name break;}
|
||||
|
||||
location / {
|
||||
proxy_pass http://web:80/;
|
||||
proxy_http_version 1.1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue