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;
|
||||
|
||||
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; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue