changing web server includes back to %domain% for better readability

This commit is contained in:
Serghey Rodin 2017-12-06 23:00:18 +02:00
commit 472a0f488a
787 changed files with 787 additions and 787 deletions

View file

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