1
0

Allow Auth-User header to be set a REMOTE_USER Env var.

This commit is contained in:
Frédéric Pégé 2015-12-08 15:45:13 +01:00
parent adacce4ba1
commit 74431f1df3

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;