fix(oracle): use correct proxy ip

This commit is contained in:
Michael Thomas 2024-05-08 16:14:27 -04:00
parent d1ef7bc3ea
commit ef434f6dcf

View File

@ -99,7 +99,7 @@
my.server = {
domain = "s.michaelt.xyz";
proxyIP = "10.0.0.2";
proxyIP = "10.0.10.2";
};
my.services.homepage-dashboard.proxy = true;
my.services.forgejo.proxy = true;