mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Set serverName and virtualHost name
This commit is contained in:
@@ -156,9 +156,10 @@ in
|
||||
};
|
||||
};
|
||||
};
|
||||
"~^(?<subdomain>.+)\.demo\.archtika\.com$;" = {
|
||||
"*.demo.archtika.com" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
serverName = "~^(?<subdomain>.+)\.demo\.archtika\.com$;";
|
||||
locations = {
|
||||
"/" = {
|
||||
alias = "/var/www/archtika-websites/$subdomain/";
|
||||
|
||||
Reference in New Issue
Block a user