use env to force https
This commit is contained in:
3
deploy/nginx/https_redirect.conf
Normal file
3
deploy/nginx/https_redirect.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
location / {
|
||||
return 301 https://$host$request_uri;
|
||||
}
|
||||
Reference in New Issue
Block a user