From 5f43f51073bc2e92163d6f305a9fb85b6e3237a2 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Fri, 22 Sep 2017 15:41:08 +0300 Subject: [PATCH] Update caching.stpl Minor fixes for caching,stpl template --- install/debian/8/templates/web/nginx/caching.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/debian/8/templates/web/nginx/caching.stpl b/install/debian/8/templates/web/nginx/caching.stpl index d31efbda..aaeb60d5 100755 --- a/install/debian/8/templates/web/nginx/caching.stpl +++ b/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*; }