Setup forgejo at `git.jrpotter.com`.

main
Joshua Potter 2023-12-23 14:46:19 -07:00
parent 88402600ae
commit c5c1757ce7
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@
{
services = {
forgejo.enable = true;
nginx.virtualHosts."forgejo.jrpotter.com" = {
nginx.virtualHosts."git.jrpotter.com" = {
forceSSL = true;
enableACME = true;
locations."/" = {
recommendedProxySettings = true;
proxyPass = "http://127.0.0.1:3000";