Skip to content

Conversation

davidwuest
Copy link
Contributor

No description provided.

@@ -40,8 +40,8 @@ RUN apk --no-cache add \
COPY config/nginx.conf /etc/nginx/nginx.conf

# Configure PHP-FPM
COPY config/fpm-pool.conf /etc/php84/php-fpm.d/zzz_custom.conf
COPY config/php.ini /etc/php84/conf.d/zzz_custom.ini
COPY config/fpm-pool.conf /etc/php84/php-fpm.d/10_custom.conf
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file actually needs to get a 'higher' priority, because it overrides a few things in www.conf.
I suggest to name this file z_custom.conf, so it's still possible to override with a file called zz_..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants