This commit is contained in:
Philip Peterson 2024-12-20 06:41:54 -05:00
parent c2c438cb82
commit 80d8c3d4c9
No known key found for this signature in database
GPG key ID: 354311183FC6519B

View file

@ -116,7 +116,7 @@
addSSL = true; addSSL = true;
locations."/" = { locations."/" = {
proxyPass = "http://127.0.0.1:3000/"; # pass through to Forgejo proxyPass = "http://127.0.0.1:3000/"; # pass through to Forgejo
} };
}; };
}; };