wip
This commit is contained in:
parent
87655f279c
commit
7e483f15b0
1 changed files with 5 additions and 2 deletions
|
|
@ -110,7 +110,8 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"forge.quinefoundation.com" = {
|
"forge.quinefoundation.com-https" = {
|
||||||
|
serverName = [ "forge.quinefoundation.com" ];
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
|
||||||
listen = [
|
listen = [
|
||||||
|
|
@ -122,7 +123,9 @@
|
||||||
proxyPass = "http://127.0.0.1:3000/"; # pass through to Forgejo
|
proxyPass = "http://127.0.0.1:3000/"; # pass through to Forgejo
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"forge.quinefoundation.com" = {
|
"forge.quinefoundation.com-http" = {
|
||||||
|
serverName = [ "forge.quinefoundation.com" ];
|
||||||
|
|
||||||
listen = [
|
listen = [
|
||||||
{ addr = "0.0.0.0"; port = 80; }
|
{ addr = "0.0.0.0"; port = 80; }
|
||||||
{ addr = "[::]"; port = 80; }
|
{ addr = "[::]"; port = 80; }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue