*Add better support for idn domains

This commit is contained in:
Derrick Hammer 2016-10-23 19:06:38 -04:00
commit a0cf86cd28
683 changed files with 683 additions and 683 deletions

View file

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