web: Fix HTTPS redirecting

This fixes https://github.com/mattermost/mattermost-docker/issues/12
This commit is contained in:
Yi EungJun 2016-04-20 22:34:06 +09:00
parent 56481dc6b1
commit 9fb62460a8

View File

@ -3,7 +3,7 @@
#
# server {
# listen 80;
# server_name mattermost.example.com
# server_name mattermost.example.com;
# return 301 https://$server_name$request_uri;
# }