From d2362517ff248cd0b985ac7bbae1299bad6a3b60 Mon Sep 17 00:00:00 2001 From: liberodark Date: Mon, 7 Jan 2019 18:00:12 +0100 Subject: [PATCH] fix --- conf/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index db7f4ac..dcbc8d1 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,6 @@ root __FINALPATH__/; index index.php; + rewrite ^(.*) https://yuno.probetech.be$1 permanent; location __PATH__/ { try_files $uri $uri/ /index.php?$args;