Fix Bad Gateway: PHP-FPM via Unix socket + logs en supervisord

This commit is contained in:
2026-05-11 18:23:16 -06:00
parent e39d666d8b
commit b574ae1ed3
4 changed files with 30 additions and 1 deletions
+3
View File
@@ -28,6 +28,9 @@ RUN php artisan storage:link
COPY nginx.conf /etc/nginx/nginx.conf
COPY supervisord.conf /etc/supervisord.conf
COPY php-fpm-pool.conf /usr/local/etc/php-fpm.d/www.conf
RUN mkdir -p /var/run && chmod 755 /var/run
EXPOSE 8080