mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
Split up ownership to indentify point of failure
This commit is contained in:
parent
db4ab1d548
commit
a1245bc161
@ -11,16 +11,16 @@ log_info 'Setting ownership ...'
|
|||||||
chown root /tmp/nginx
|
chown root /tmp/nginx
|
||||||
|
|
||||||
# npmuser
|
# npmuser
|
||||||
chown -R "$PUID:$PGID" /data \
|
chown -R "$PUID:$PGID" /data
|
||||||
/etc/letsencrypt \
|
chown -R "$PUID:$PGID" /etc/letsencrypt
|
||||||
/run/nginx \
|
chown -R "$PUID:$PGID" /run/nginx
|
||||||
/tmp/nginx \
|
chown -R "$PUID:$PGID" /tmp/nginx
|
||||||
/var/cache/nginx \
|
chown -R "$PUID:$PGID" /var/cache/nginx
|
||||||
/var/lib/logrotate \
|
chown -R "$PUID:$PGID" /var/lib/logrotate
|
||||||
/var/lib/nginx \
|
chown -R "$PUID:$PGID" /var/lib/nginx
|
||||||
/var/log/nginx
|
chown -R "$PUID:$PGID" /var/log/nginx
|
||||||
|
|
||||||
# Don't chown entire /etc/nginx folder as this causes crashes on some systems
|
# Don't chown entire /etc/nginx folder as this causes crashes on some systems
|
||||||
chown -R "$PUID:$PGID" /etc/nginx/nginx \
|
chown -R "$PUID:$PGID" /etc/nginx/nginx
|
||||||
/etc/nginx/nginx.conf \
|
chown -R "$PUID:$PGID" /etc/nginx/nginx.conf
|
||||||
/etc/nginx/conf.d
|
chown -R "$PUID:$PGID" /etc/nginx/conf.d
|
||||||
|
Loading…
Reference in New Issue
Block a user