wip
This commit is contained in:
parent
7e483f15b0
commit
79993dd078
1 changed files with 3 additions and 3 deletions
|
|
@ -111,7 +111,7 @@
|
|||
};
|
||||
};
|
||||
"forge.quinefoundation.com-https" = {
|
||||
serverName = [ "forge.quinefoundation.com" ];
|
||||
serverName = "forge.quinefoundation.com";
|
||||
enableACME = true;
|
||||
|
||||
listen = [
|
||||
|
|
@ -124,7 +124,7 @@
|
|||
};
|
||||
};
|
||||
"forge.quinefoundation.com-http" = {
|
||||
serverName = [ "forge.quinefoundation.com" ];
|
||||
serverName = "forge.quinefoundation.com";
|
||||
|
||||
listen = [
|
||||
{ addr = "0.0.0.0"; port = 80; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue