mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 15:19:22 +01:00
fixed websocket to longpolling in nginx
This commit is contained in:
@@ -40,7 +40,7 @@ server {
|
||||
}
|
||||
}
|
||||
|
||||
location /websocket {
|
||||
location /longpolling {
|
||||
proxy_pass http://odoo:8072;
|
||||
proxy_redirect off;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
|
||||
Reference in New Issue
Block a user