nginx was failing to start because: - User directive needs root privileges (not applicable as coder user) - Cannot write to /var/log/nginx/ (permission denied) Solution: - Use daemon off; in nginx config - Redirect logs to /tmp instead of /var/log/nginx/ - Write complete nginx.conf with all required directives Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| Dockerfile | ||