Commit 669dc5b3 by Alexander Makarov

Merge pull request #761 from lancecoder/patch-5

Update installation.md
parents ee73a4bc 7c21e385
...@@ -117,7 +117,10 @@ server { ...@@ -117,7 +117,10 @@ server {
set $fsn $fastcgi_script_name; set $fsn $fastcgi_script_name;
} }
#for php-cgi
fastcgi_pass 127.0.0.1:9000; fastcgi_pass 127.0.0.1:9000;
#for php-fpm
#fastcgi_pass unix:/var/run/php5-fpm.sock;
include fastcgi_params; include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fsn; fastcgi_param SCRIPT_FILENAME $document_root$fsn;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment