Fixed config
This commit is contained in:
parent
86b40c42ef
commit
42731ebcf7
@ -9,9 +9,9 @@ server {
|
||||
location ^~ /api/ {
|
||||
proxy_pass http://schiri-backend:3000/;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection keep-alive;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
proxy_cache_bypass $http_upgrade;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user