diff --git a/conf/nginx.conf b/conf/nginx.conf index 8bcd0eb..5efe3d2 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -14,10 +14,10 @@ location __PATH__/ { # Common parameter to increase upload size limit in conjunction with dedicated php-fpm file client_max_body_size 50M; - location /yunohost/sso/ { + location __PATH__/yunohost/sso/ { try_files $uri $uri/ index.php; } - location / { + location __PATH__/ { try_files $uri $uri/ @prettynoemiecms; }