web: Comment the configuration for redirecting to 443
This commit is contained in:
parent
7c5a13661d
commit
459e3822ec
@ -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;
|
||||||
|
Reference in New Issue
Block a user