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;

View File

@@ -8,7 +8,7 @@ addons_path = {{ odoo_root_dir }}/enterprise, {{ odoo_root_dir }}/app/odoo/addon
workers = {{ odoo_workers }}
max_cron_threads = 1
http_port = {{ odoo_http_port }}
longpolling_port = {{ odoo_longpolling_port }}
gevent_port = {{ odoo_gevent_port }}
email_from = {{ odoo_email }}
smtp_server = localhost
data_dir = {{ odoo_root_dir }}/data