From ed4e711c8ea5e1137ad80de8b8cf0496c8a597e8 Mon Sep 17 00:00:00 2001 From: polytan02 Date: Sat, 10 Oct 2015 21:45:35 +0200 Subject: [PATCH] Correction of typo --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;