mattermost / docker

Install Mattermost server via Docker
Apache License 2.0
338 stars 209 forks source link

[without-ssl-conf.d] Add default.conf without ssl termination option #115

Open a-schaefers opened 1 year ago

a-schaefers commented 1 year ago

Summary

Hello, for users who already have SSL termination via some load balancer within a secured VPC, it might be helpful to provide an nginx configuration option for them.

This can be [optionally, not used by default] used by those who desire it, by changing in .env the following var NGINX_CONFIG_PATH=

Original,

NGINX_CONFIG_PATH=./nginx/conf.d

Modified, for those who do not want backend SSL,

NGINX_CONFIG_PATH=./nginx/without-ssl-conf.d