diff --git a/conf/nginx.conf b/conf/nginx.conf index 6138dc3..f42b7ab 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -22,12 +22,10 @@ location __PATH__/ { include conf.d/yunohost_panel.conf.inc; } location @libreto { - fastcgi_split_path_info ^(.+?\.php)(/.*)$; fastcgi_pass unix:/var/run/php5-fpm-__NAME__.sock; fastcgi_index index.php; include fastcgi_params; fastcgi_param REMOTE_USER $remote_user; - fastcgi_param PATH_INFO $fastcgi_path_info; fastcgi_param SCRIPT_FILENAME __FINALPATH__/index.php; }