mirror of
https://github.com/fergalmoran/podnoms.git
synced 2025-12-22 09:18:08 +00:00
Fix Connection header in API nginx proxy
This commit is contained in:
@@ -62,8 +62,8 @@ server {
|
||||
proxy_pass http://api:5000/;
|
||||
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Connection $http_connection;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user