containers/fluorite: hostname -> hostName
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
c36a3f09de
commit
4e19a6378b
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@
|
||||||
listenAddresses = [ "10.0.0.1" "[fd0d::1]" "100.67.1.1" ];
|
listenAddresses = [ "10.0.0.1" "[fd0d::1]" "100.67.1.1" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nginx.virtualHosts."${altfqdn config.networking.hostname}" = {
|
services.nginx.virtualHosts."${altfqdn config.networking.hostName}" = {
|
||||||
useACMEHost = "lava.moe";
|
useACMEHost = "lava.moe";
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
locations."/".proxyPass = "http://[${client}]:5030";
|
locations."/".proxyPass = "http://[${client}]:5030";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue