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;