fix: missing logs
This commit is contained in:
@@ -27,6 +27,8 @@
|
||||
# Add custom PHP logging configuration
|
||||
COPY deploy/php-fpm/zz-logging.ini /etc/php82/conf.d/
|
||||
|
||||
# Create user, dirs, and sockets
|
||||
RUN mkdir -p /run/nginx /run/php /var/www/html /var/log/supervisor
|
||||
|
||||
# Configure PHP-FPM socket
|
||||
RUN sed -i 's|^listen = 127\\.0\\.0\\.1:9000|listen = /run/php/php-fpm.sock|' /etc/php82/php-fpm.d/www.conf \
|
||||
|
||||
Reference in New Issue
Block a user