This commit is contained in:
Philip Peterson 2024-12-20 07:00:31 -05:00
parent 7e483f15b0
commit 79993dd078
No known key found for this signature in database
GPG key ID: 354311183FC6519B

View file

@ -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; }