Skip to content

Commit

Permalink
Correct location of spx.ini file
Browse files Browse the repository at this point in the history
  • Loading branch information
navarr committed Sep 9, 2024
1 parent 6c5a52e commit a05ea34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion php-fpm/spx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN set -eux \
FROM ${ENV_SOURCE_IMAGE}:${PHP_VERSION}
COPY --from=spx-builder /usr/lib64/php/modules/spx.so /usr/lib64/php/modules/spx.so
COPY --from=spx-builder /usr/share/misc/php-spx /usr/share/misc/php-spx
COPY spx.ini /etc/php.d/30-spx.ini
COPY spx/spx.ini /etc/php.d/30-spx.ini

ENV SPX_ENABLED=1
USER www-data

0 comments on commit a05ea34

Please sign in to comment.