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