diff --git a/odoo/nginx/odoo.conf b/odoo/nginx/odoo.conf index d4ea2f6..af1cbc5 100644 --- a/odoo/nginx/odoo.conf +++ b/odoo/nginx/odoo.conf @@ -9,7 +9,7 @@ upstream ${ODOO_SERVICE}longpoll { server { listen ${NGINX_PORT}; server_name ${ODOO_SERVER_NAMES}; - return 301 https://${DOLLSIGN}host${DOLLSIGN}request_uri; + return 301 https://${DOLLSIGN}host:${NGINX_SSL_PORT}${DOLLSIGN}request_uri; } server {