docker-netbootxyz/root
Antony Messerli 4c5e9d6676
Fix nginx permission error for log directory access (#88)
The nginx service was failing to start due to permission denied errors
when trying to access /var/lib/nginx/logs/error.log. This directory is
a symlink to /var/log/nginx which was owned by the nginx user instead
of the nbxyz user that runs the service.

Added proper ownership setup for /var/log/nginx directory to ensure
nginx can write logs when running as the nbxyz user.
2025-06-12 00:42:02 -05:00
..
defaults Make nginx port configurable through ENV variable. 2024-01-11 20:38:42 -05:00
etc Implement rootless Docker container with enhanced security and preserved TFTP logging (#87) 2025-06-12 00:19:27 -05:00
usr/local/bin Implement rootless Docker container with enhanced security and preserved TFTP logging (#87) 2025-06-12 00:19:27 -05:00
donate.txt Update donate.txt 2023-02-06 14:53:15 -06:00
healthcheck.sh Add container healthchecks 2025-06-07 08:36:05 -05:00
init.sh Fix nginx permission error for log directory access (#88) 2025-06-12 00:42:02 -05:00
start.sh Implement rootless Docker container with enhanced security and preserved TFTP logging (#87) 2025-06-12 00:19:27 -05:00