1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/libreto_ynh.git synced 2024-09-03 19:36:14 +02:00

[fix] CVE-2019-11043

This commit is contained in:
ljf (zamentur) 2019-10-27 23:35:52 +01:00 committed by GitHub
parent b138bc7495
commit 1f88d48e13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}