containers/emerald: only allow urls under /share
This commit is contained in:
parent
ccafbd8ae0
commit
52fbdfe8cf
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