mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 02:41:35 +01:00
Remove wildcard NGINX subdomain
This commit is contained in:
@@ -156,18 +156,6 @@ in
|
||||
};
|
||||
};
|
||||
};
|
||||
"*.demo.archtika.com" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
serverName = "~^(?<subdomain>.+)\\.demo\\.archtika\\.com$";
|
||||
locations = {
|
||||
"/" = {
|
||||
alias = "/var/www/archtika-websites/$subdomain/";
|
||||
index = "index.html";
|
||||
tryFiles = "$uri $uri/ $uri/index.html =404";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user