Просмотр исходного кода

Update caching.stpl

Minor fixes for caching,stpl template
Anton Reutov 8 лет назад
Родитель
Сommit
5f43f51073
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      install/debian/8/templates/web/nginx/caching.stpl

+ 1 - 1
install/debian/8/templates/web/nginx/caching.stpl

@@ -40,5 +40,5 @@ server {
     location ~ /\.hg/   {return 404;}
     location ~ /\.bzr/  {return 404;}
 
-    include %home%/%user%/conf/web/nginx.%domain_idn%.conf*;
+    include %home%/%user%/conf/web/snginx.%domain_idn%.conf*;
 }