1
0

Merge 74431f1df3d43f17417a90765ae3310009581415 into adacce4ba156ad35a1386fe1b8c19bd929e420f8

This commit is contained in:
Frédéric Pégé 2015-12-08 14:45:20 +00:00
commit 4ab1c69d2d

View File

@ -9,6 +9,7 @@ server {
}
location ~ \.php$ {
fastcgi_param REMOTE_USER $HTTP_AUTH_USER;
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass unix:/var/run/php5-fpm.sock;
fastcgi_index index.php;