[IMP] install: add $connection_upgrade map documentation
Before this commit, following the install documentation to setup the odoochat server would fail. This was due to the fact that the documentation about how to define the `$connection_upgrade` variable was missing. This PR fixes this issue. closes odoo/documentation#2807 Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
This commit is contained in:
parent
3f9a2f97d7
commit
9ed3575f19
@ -290,6 +290,10 @@ in ``/etc/nginx/sites-enabled/odoo.conf`` set:
|
||||
upstream odoochat {
|
||||
server 127.0.0.1:8072;
|
||||
}
|
||||
map $http_upgrade $connection_upgrade {
|
||||
default upgrade;
|
||||
'' close;
|
||||
}
|
||||
|
||||
# http -> https
|
||||
server {
|
||||
|
Loading…
Reference in New Issue
Block a user