wip
This commit is contained in:
parent
79993dd078
commit
239f0a5540
1 changed files with 15 additions and 15 deletions
|
|
@ -114,27 +114,27 @@
|
||||||
serverName = "forge.quinefoundation.com";
|
serverName = "forge.quinefoundation.com";
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
|
||||||
listen = [
|
#listen = [
|
||||||
{ addr = "0.0.0.0"; port = 443; }
|
# { addr = "0.0.0.0"; port = 443; }
|
||||||
{ addr = "[::]"; port = 443; }
|
# { addr = "[::]"; port = 443; }
|
||||||
];
|
#];
|
||||||
|
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
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-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; }
|
||||||
{ addr = "[::]"; port = 80; }
|
# { addr = "[::]"; port = 80; }
|
||||||
];
|
# ];
|
||||||
|
#
|
||||||
locations."/" = {
|
# locations."/" = {
|
||||||
proxyPass = "https://forge.quinefoundation.com/"; # pass through to HTTPS
|
# proxyPass = "https://forge.quinefoundation.com/"; # pass through to HTTPS
|
||||||
};
|
# };
|
||||||
};
|
#};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Optionally configure additional options
|
# Optionally configure additional options
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue