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