Merge 74431f1df3d43f17417a90765ae3310009581415 into adacce4ba156ad35a1386fe1b8c19bd929e420f8
This commit is contained in:
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…
x
Reference in New Issue
Block a user