Przeglądaj źródła

Minor fix for stpl templates

Anton Reutov 8 lat temu
rodzic
commit
357b9934b3

+ 1 - 1
install/ubuntu/14.04/templates/web/nginx/php-fpm/drupal6.stpl

@@ -97,5 +97,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*;
 }