Fix Bad Gateway: PHP-FPM via Unix socket + logs en supervisord
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user