From dbc98ddb7dd8ca05703a6f8f87b77aeb6cc441a4 Mon Sep 17 00:00:00 2001 From: Rodolphe Robles Date: Sun, 5 Apr 2020 19:14:08 +0200 Subject: [PATCH] the garrdin must be insstalled on a sub-domain, back to put the correct path --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index df88ec2..e8fd78e 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,7 +1,7 @@ location __PATH__ { # Path to source - alias __FINALPATH__/ ; + alias __FINALPATH__/www/ ; if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent;