migrated forgejo to h001, removed from lio

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-04-29 20:54:19 -05:00
parent 38fde325ab
commit 43e095513b
5 changed files with 52 additions and 103 deletions

View file

@ -72,7 +72,7 @@
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://100.64.0.1";
proxyPass = "http://100.64.0.13";
};
};
@ -145,7 +145,7 @@
streamConfig = ''
server {
listen 3032;
proxy_pass 100.64.0.1:3032;
proxy_pass 100.64.0.13:3032;
}
'';
};