From 1f88d48e1347286473b868cd96f8c8cad3b7db81 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Sun, 27 Oct 2019 23:35:52 +0100 Subject: [PATCH] [fix] CVE-2019-11043 --- conf/nginx.conf | 2 -- 1 file changed, 2 deletions(-) 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; }