containers/fluorite: uuuuuuuuuuuuuuuuuuuuuuu
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run
This commit is contained in:
parent
d6fc70612a
commit
d99ec5e25b
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue