mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
pass all non-api paths to react app
This commit is contained in:
parent
889b6f8fd9
commit
cb2f6b14da
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ server {
|
|||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
}
|
||||
|
||||
location / {
|
||||
location ~ ^/ {
|
||||
proxy_pass http://web:80;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
|
|
|
|||
Loading…
Reference in a new issue