mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 02:41:35 +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;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
serverName = "~^(?<subdomain>.+)\.demo\.archtika\.com$;";
|
||||||
locations = {
|
locations = {
|
||||||
"/" = {
|
"/" = {
|
||||||
alias = "/var/www/archtika-websites/$subdomain/";
|
alias = "/var/www/archtika-websites/$subdomain/";
|
||||||
|
|||||||
Reference in New Issue
Block a user