diff --git a/ttrss.nginx.conf b/ttrss.nginx.conf index fa46f23..40e031d 100644 --- a/ttrss.nginx.conf +++ b/ttrss.nginx.conf @@ -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;