containers/amethyst: enable ssl
This commit is contained in:
parent
d4768ea7bf
commit
2a4a4c5d47
1 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,8 @@
|
|||
};
|
||||
|
||||
services.nginx.virtualHosts."amethyst.local.lava.moe" = {
|
||||
useACMEHost = "lava.moe";
|
||||
forceSSL = true;
|
||||
locations."/".proxyPass = "http://10.30.${subnet}.2:9091";
|
||||
listenAddresses = [ "10.0.0.1" "[fd0d::1]" ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue