Fix the "How to Install LEMP" help page
As @moebis said:
#fastcgi_pass 127.0.0.1:9000;
# With php5-fpm:
fastcgi_pass unix:/var/run/php5-fpm.sock;
fastcgi_index index.php;
include fastcgi_params;
3
votes
2 comments
-
Thanks for the feedback we will get it updated
-
Andrew Ma commented
same thing needs to be updated on the "install wordpress" page