mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	Split up ownership to indentify point of failure
This commit is contained in:
		| @@ -11,16 +11,16 @@ log_info 'Setting ownership ...' | ||||
| chown root /tmp/nginx | ||||
|  | ||||
| # npmuser | ||||
| chown -R "$PUID:$PGID" /data \ | ||||
| 	/etc/letsencrypt \ | ||||
| 	/run/nginx \ | ||||
| 	/tmp/nginx \ | ||||
| 	/var/cache/nginx \ | ||||
| 	/var/lib/logrotate \ | ||||
| 	/var/lib/nginx \ | ||||
| 	/var/log/nginx | ||||
| chown -R "$PUID:$PGID" /data | ||||
| chown -R "$PUID:$PGID" /etc/letsencrypt | ||||
| chown -R "$PUID:$PGID" /run/nginx | ||||
| chown -R "$PUID:$PGID" /tmp/nginx | ||||
| chown -R "$PUID:$PGID" /var/cache/nginx | ||||
| chown -R "$PUID:$PGID" /var/lib/logrotate | ||||
| chown -R "$PUID:$PGID" /var/lib/nginx | ||||
| chown -R "$PUID:$PGID" /var/log/nginx | ||||
|  | ||||
| # Don't chown entire /etc/nginx folder as this causes crashes on some systems | ||||
| chown -R "$PUID:$PGID" /etc/nginx/nginx \ | ||||
| 	/etc/nginx/nginx.conf \ | ||||
| 	/etc/nginx/conf.d | ||||
| chown -R "$PUID:$PGID" /etc/nginx/nginx | ||||
| chown -R "$PUID:$PGID" /etc/nginx/nginx.conf | ||||
| chown -R "$PUID:$PGID" /etc/nginx/conf.d | ||||
|   | ||||
		Reference in New Issue
	
	Block a user