Fixed config
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user