mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Adjust subdomain for nginx
This commit is contained in:
@@ -159,7 +159,7 @@ in
|
|||||||
"*.demo.archtika.com" = {
|
"*.demo.archtika.com" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
serverName = "~^(?<subdomain>.+)\.demo\.archtika\.com$";
|
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