Merge pull request #8 from julienmalik/patch-3

Update nginx.conf
This commit is contained in:
Le Kload 2015-02-01 03:22:03 +01:00
commit 80fd338682

View file

@ -7,8 +7,9 @@ location PATHTOCHANGE {
fastcgi_pass unix:/var/run/php5-fpm.sock;
fastcgi_index index.php;
include fastcgi_params;
fastcgi_param REMOTE_USER $remote_user;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param REMOTE_USER $remote_user;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param SCRIPT_FILENAME $request_filename;
}