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" = {
|
"forge.quinefoundation.com-https" = {
|
||||||
serverName = [ "forge.quinefoundation.com" ];
|
serverName = "forge.quinefoundation.com";
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
|
||||||
listen = [
|
listen = [
|
||||||
|
|
@ -124,7 +124,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"forge.quinefoundation.com-http" = {
|
"forge.quinefoundation.com-http" = {
|
||||||
serverName = [ "forge.quinefoundation.com" ];
|
serverName = "forge.quinefoundation.com";
|
||||||
|
|
||||||
listen = [
|
listen = [
|
||||||
{ addr = "0.0.0.0"; port = 80; }
|
{ addr = "0.0.0.0"; port = 80; }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue