implemented check for anonymous volumes

This commit is contained in:
2023-11-17 16:53:56 +01:00
parent 66280fdbde
commit a519a09725
24 changed files with 177 additions and 42 deletions

View File

@@ -9,7 +9,7 @@ server
location /
{
root /usr/share/nginx/homepage;
root {{nginx_homepage_root}};
index index.html index.htm;
}
}