We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, in this file https://github.com/axelor/axelor-docker/blob/master/aio-base/nginx-ssl.conf
there is no env variable to set https port, but only a redirect. Nginx will continue to listen on 443 port.
I think we should have the option to set 2 ports to replace http and https with custom one.
Env shoud be NGINX_HTTP_PORT NGINX_HTTPS_PORT
and of course also the nginx ssl config need updates
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
in this file
https://github.com/axelor/axelor-docker/blob/master/aio-base/nginx-ssl.conf
there is no env variable to set https port, but only a redirect. Nginx will continue to listen on 443 port.
I think we should have the option to set 2 ports to replace http and https with custom one.
Env shoud be
NGINX_HTTP_PORT
NGINX_HTTPS_PORT
and of course also the nginx ssl config need updates
The text was updated successfully, but these errors were encountered: