Update to 2023-07-25 10:00

This commit is contained in:
Daniel Berteaud
2023-07-25 10:00:20 +02:00
parent a46990279b
commit e033ed4f44
13 changed files with 22 additions and 17 deletions

View File

@@ -5,7 +5,7 @@ server {
root /usr/share/nginx;
location /websocket {
proxy_pass http://localhost:{{ odoo_longpolling_port }};
proxy_pass http://localhost:{{ odoo_gevent_port }};
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header X-Forwarded-Host $host;