web: Fix HTTPS redirecting
This fixes https://github.com/mattermost/mattermost-docker/issues/12
This commit is contained in:
parent
56481dc6b1
commit
9fb62460a8
@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
# server {
|
# server {
|
||||||
# listen 80;
|
# listen 80;
|
||||||
# server_name mattermost.example.com
|
# server_name mattermost.example.com;
|
||||||
# return 301 https://$server_name$request_uri;
|
# return 301 https://$server_name$request_uri;
|
||||||
# }
|
# }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user