From 8ced99f4dd0030cb7d838fc1ee58eae9df4704bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sat, 18 Sep 2021 09:23:19 +0200 Subject: [PATCH] Fix nginx configuration --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 4f36217..9d3be7d 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -2,7 +2,7 @@ location __PATH__/ { # Path to source - alias __FINALPATH__; + alias __FINALPATH__/; # Force usage of https if ($scheme = http) {