containers/fluorite: uuuuuuuuuuuuuuuuuuuuuuu
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run

This commit is contained in:
Cilly Leang 2026-06-17 01:05:23 +10:00
parent d6fc70612a
commit d99ec5e25b
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -47,7 +47,7 @@
services.nginx.virtualHosts."${fqdn}" = {
useACMEHost = "lava.moe";
forceSSL = true;
locations."/".proxyPass = "http://[${clientTun}]:5030";
locations."/".proxyPass = "http://${clientTun}:5030";
listenAddresses = listenAddr;
};
@ -55,7 +55,7 @@
services.nginx.virtualHosts."${altfqdn}" = {
useACMEHost = hostfqdn;
forceSSL = true;
locations."/".proxyPass = "http://[${clientTun}]:5030";
locations."/".proxyPass = "http://${clientTun}:5030";
listenAddresses = listenAddr;
};