Skip to content

Commit

Permalink
add $nginx_version
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsysoev committed Jul 22, 2007
1 parent f36ed59 commit 17cf33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/fastcgi_params
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fastcgi_param DOCUMENT_ROOT $document_root;
fastcgi_param SERVER_PROTOCOL $server_protocol;

fastcgi_param GATEWAY_INTERFACE CGI/1.1;
fastcgi_param SERVER_SOFTWARE nginx;
fastcgi_param SERVER_SOFTWARE nginx/$nginx_version;

fastcgi_param REMOTE_ADDR $remote_addr;
fastcgi_param REMOTE_PORT $remote_port;
Expand Down

0 comments on commit 17cf33f

Please sign in to comment.