fix: php config
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@
|
|||||||
RUN ln -sf /usr/bin/php82 /usr/bin/php
|
RUN ln -sf /usr/bin/php82 /usr/bin/php
|
||||||
|
|
||||||
# Add custom PHP logging configuration
|
# Add custom PHP logging configuration
|
||||||
COPY zz-logging.ini /etc/php82/conf.d/
|
COPY deploy/php-fpm/zz-logging.ini /etc/php82/conf.d/
|
||||||
|
|
||||||
# Create user, dirs, and sockets
|
# Create user, dirs, and sockets
|
||||||
RUN addgroup -S web && adduser -S web -G web \
|
RUN addgroup -S web && adduser -S web -G web \
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
listen = 127.0.0.1:9000
|
|
||||||
user = nginx
|
|
||||||
group = nginx
|
|
||||||
Reference in New Issue
Block a user