nginx: make sure https redirect works
This commit is contained in:
		| @ -1,7 +1,7 @@ | ||||
| server { | ||||
|     listen 80; | ||||
|     server_name portainer.{{ base_domain }}; | ||||
|     return 301 https://$host$request_uri; | ||||
|     listen 80; | ||||
|     return 301 https://$server_name$request_uri; | ||||
| } | ||||
|  | ||||
| server { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user