Avoid using /tmp/ for bind mounts and non-tmpfs binds (#29488)

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2025-03-13 14:51:01 +00:00
committed by GitHub
parent 917d53a56f
commit 962136d453
4 changed files with 9 additions and 9 deletions

View File

@@ -22,7 +22,7 @@ server {
add_header Cache-Control "no-cache";
}
location /modules {
alias /tmp/element-web-modules;
alias /modules;
}
# redirect server error pages to the static page /50x.html
#