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;