Activates multidomain by default when installing with nginx.

This commit is contained in:
damencho
2019-12-04 14:59:28 +00:00
committed by Дамян Минков
parent 68cad276bd
commit ebfc5a95ff
6 changed files with 46 additions and 16 deletions

View File

@@ -36,10 +36,6 @@ server {
rewrite ^/(.*)$ / break;
}
location / {
ssi on;
}
location ~ ^/([^/?&:'"]+)/config.js$
{
set $subdomain "$1.";
@@ -64,4 +60,4 @@ server {
rewrite ^/(.*)$ /http-bind;
}
}
}