diff --git a/conf/nginx.conf b/conf/nginx.conf index c58e22e..11e5ee0 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -15,7 +15,7 @@ location YNH_WWW_PATH { fastcgi_pass unix:/var/run/php5-fpm.sock; # Filename to be changed if dedicated php-fpm process is required - # This is too be uised INSTEAD of line above + # This is to be used INSTEAD of line above # Don't forget to adjust scripts install/upgrade/remove/backup accordingly # #fastcgi_pass unix:/var/run/php5-fpm-YNH_WWW_APP.sock;