1
0
Fork 0
pull/23/merge
Frédéric Pégé 9 years ago
commit 4ab1c69d2d

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

Loading…
Cancel
Save