diff --git a/conf/nginx.conf.j2 b/conf/nginx.conf.j2 index 9700fb2..40ff7ea 100644 --- a/conf/nginx.conf.j2 +++ b/conf/nginx.conf.j2 @@ -20,7 +20,7 @@ location @{{ app }} { proxy_send_timeout 720s; } location /longpolling { - proxy_pass http://127.0.0.1:8072; + proxy_pass http://127.0.0.1:{{ port_chat }}; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-Proto $scheme; diff --git a/conf/server.conf.j2 b/conf/server.conf.j2 index 65721fa..76f96f2 100644 --- a/conf/server.conf.j2 +++ b/conf/server.conf.j2 @@ -12,3 +12,5 @@ dbfilter = ^{{ db_name }}$ logfile = /var/log/{{ app }}.log xmlrpc_interface = 127.0.0.1 netrpc_interface = 127.0.0.1 +xmlrpc_port = {{ port }} +longpolling_port = {{ port_chat }} diff --git a/sources/patches/11-02-replace-title-bis.patch b/sources/patches/11-02-replace-title-bis.patch new file mode 100644 index 0000000..3d9815c --- /dev/null +++ b/sources/patches/11-02-replace-title-bis.patch @@ -0,0 +1,13 @@ +diff --git a/addons/web/views/webclient_templates.xml b/addons/web/views/webclient_templates.xml +index 5fa62beb761..124ab72d45a 100644 +--- a/addons/web/views/webclient_templates.xml ++++ b/addons/web/views/webclient_templates.xml +@@ -253,7 +253,7 @@ + + + +-