Commit Graph

3 Commits

Author SHA1 Message Date
fernando ff5b6f5eec Fix file upload limit over 2MB in production with HTTPS
- Use printf instead of echo to correctly write php.ini with newlines
  (Alpine ash echo does not interpret \n, leaving the file malformed
  and PHP falling back to its 2MB default)
- Add nginx.conf with client_max_body_size 25M as front-end proxy
- Start nginx on port 8080 via supervisord; move artisan serve to
  internal port 8081 so nginx can proxy requests with proper limits

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-09 07:41:52 -06:00
fernando e7ca2c29f0 Modificacion del supervisor y docker file postmaxSize 2026-05-09 07:26:47 -06:00
Fernando 0d6e0d7a9f Add supervisord configuration for Laravel and Reverb 2026-05-02 21:35:28 -06:00