This commit is contained in:
Philip Peterson 2024-12-20 06:59:51 -05:00
parent 87655f279c
commit 7e483f15b0
No known key found for this signature in database
GPG key ID: 354311183FC6519B

View file

@ -110,7 +110,8 @@
'';
};
};
"forge.quinefoundation.com" = {
"forge.quinefoundation.com-https" = {
serverName = [ "forge.quinefoundation.com" ];
enableACME = true;
listen = [
@ -122,7 +123,9 @@
proxyPass = "http://127.0.0.1:3000/"; # pass through to Forgejo
};
};
"forge.quinefoundation.com" = {
"forge.quinefoundation.com-http" = {
serverName = [ "forge.quinefoundation.com" ];
listen = [
{ addr = "0.0.0.0"; port = 80; }
{ addr = "[::]"; port = 80; }