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 {
listen 80;
server_name chat.navercorp.com;
return 301 https://$server_name$request_uri;
}
# Uncomment the below configuration and set the server_name correctly if you
# want to redirect http to https
#
# server {
# listen 80;
# server_name mattermost.example.com
# return 301 https://$server_name$request_uri;
# }
server {
listen 443;