web: Comment the configuration for redirecting to 443

This commit is contained in:
Yi EungJun 2016-01-25 01:42:35 +00:00
parent 7c5a13661d
commit 459e3822ec

View File

@ -1,8 +1,11 @@
server { # Uncomment the below configuration and set the server_name correctly if you
listen 80; # want to redirect http to https
server_name chat.navercorp.com; #
return 301 https://$server_name$request_uri; # server {
} # listen 80;
# server_name mattermost.example.com
# return 301 https://$server_name$request_uri;
# }
server { server {
listen 443; listen 443;