containers/emerald: only allow urls under /share
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
39418b8d39
commit
9be9f1b9ff
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
services.nginx.virtualHosts."${shareFqdn}" = {
|
||||
useACMEHost = "lava.moe";
|
||||
forceSSL = true;
|
||||
locations."/".proxyPass = "http://[${client}]:4533";
|
||||
locations."/share".proxyPass = "http://[${client}]:4533";
|
||||
};
|
||||
|
||||
systemd.tmpfiles.rules = [ "d /persist/containers/${name} 755 root users" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue