mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 07:37:20 +02:00
Update to 2023-07-25 10:00
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user