mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 15:19:22 +01:00
changed /longpolling url to /websocket and longpolling_port to gevent_port
This commit is contained in:
@@ -47,11 +47,11 @@ server {
|
||||
proxy_pass http://odoo:8069;
|
||||
}
|
||||
|
||||
location /longpolling {
|
||||
location /websocket {
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $remote_addr;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Forwarded-Host $host;
|
||||
proxy_pass http://odoo:8072;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user