Update caching.stpl

Minor fixes for caching,stpl template
This commit is contained in:
Anton Reutov 2017-09-22 15:41:08 +03:00 committed by GitHub
commit 5f43f51073

View file

@ -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*;
}