spawner/user-template-vcoder
XPS\Micro df5c8a95d4 fix: Fix nginx permission errors - use /tmp for logs
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>
2026-03-19 15:56:10 +01:00
..
Dockerfile fix: Fix nginx permission errors - use /tmp for logs 2026-03-19 15:56:10 +01:00