commit | e509ccd720d46c2672f634be0a4e26d307527b0f | [log] [tgz] |
---|---|---|
author | Nico Huber <nico.h@gmx.de> | Fri Jul 21 15:14:12 2023 +0000 |
committer | Nico Huber <nico.h@gmx.de> | Fri Jul 21 22:35:47 2023 +0000 |
tree | c9166fab3da46cb8b50a41b473bc4d7565bac02a | |
parent | 03a18a6e3cca5b2495f26826b26be33e3263074c [diff] [blame] |
Keep /var/www/html/ and identities owned by root, so nobody else can write
diff --git a/nginx/Dockerfile.entrypoint b/nginx/Dockerfile.entrypoint index 515301c..05e17b4 100644 --- a/nginx/Dockerfile.entrypoint +++ b/nginx/Dockerfile.entrypoint
@@ -29,7 +29,7 @@ done } -chown -R nginx:nginx /var/www/html/ +chown -R root:root /var/www/html/ chmod -R a-w /etc/nginx/certs/ /etc/nginx/conf.d/sa.conf /var/www/html/