Procházet zdrojové kódy

Merge pull request #10 from polytan02/master

Correction of typo
M5oul před 9 roky
rodič
revize
3b0b1bb962
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      conf/nginx.conf

+ 1 - 1
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;