Przeglądaj źródła

Minor fix for stpl templates

Anton Reutov 8 lat temu
rodzic
commit
538401d5b9

+ 1 - 1
install/ubuntu/12.04/templates/web/nginx/php-fpm/wordpress2.stpl

@@ -63,5 +63,5 @@ server {
     include     /etc/nginx/conf.d/phppgadmin.inc*;
     include     /etc/nginx/conf.d/webmail.inc*;
 
-    include     %home%/%user%/conf/web/nginx.%domain_idn%.conf*;
+    include     %home%/%user%/conf/web/snginx.%domain_idn%.conf*;
 }