diff --git a/conf/nginx.conf b/conf/nginx.conf index 9c99b58..4f96459 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -4,8 +4,8 @@ location __PATH__/ { # Path to source alias __FINALPATH__/ ; - 20\ Euro.html - + 20\ Euro.html; + # Force usage of https if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent;