pass all non-api paths to react app

This commit is contained in:
Collin M. Barrett 2019-09-02 15:27:31 -05:00
parent 889b6f8fd9
commit cb2f6b14da

View file

@ -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;