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
362eeb5ac4
commit
3ee9601938
1 changed files with 2 additions and 0 deletions
|
|
@ -23,6 +23,8 @@ server {
|
|||
|
||||
location / {
|
||||
proxy_pass http://web:80/;
|
||||
proxy_intercept_errors on;
|
||||
error_page 404 = /index.html
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection keep-alive;
|
||||
|
|
|
|||
Loading…
Reference in a new issue