From 6c74ffd7624ad7634177a31c31cdb82eb4b94348 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 10 May 2020 11:37:38 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;