Initial commit
This commit is contained in:
3
rootfs/etc/nginx/conf.d/include/force-ssl.conf
Normal file
3
rootfs/etc/nginx/conf.d/include/force-ssl.conf
Normal file
@ -0,0 +1,3 @@
|
||||
if ($scheme = "http") {
|
||||
return 301 https://$host$request_uri;
|
||||
}
|
Reference in New Issue
Block a user