[FIX]Nginx Odoo base 443 redirection
This commit is contained in:
parent
1e2c373ee7
commit
237a0e1782
@ -9,7 +9,7 @@ upstream ${ODOO_SERVICE}longpoll {
|
|||||||
server {
|
server {
|
||||||
listen ${NGINX_PORT};
|
listen ${NGINX_PORT};
|
||||||
server_name ${ODOO_SERVER_NAMES};
|
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 {
|
server {
|
||||||
|
Loading…
Reference in New Issue
Block a user