Set PHP expose_php to Off.

This commit is contained in:
Michael Stenta 2021-09-14 14:44:15 -04:00
parent 38fe21bdb2
commit b3d62baf33
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ RUN { \
echo 'max_input_vars=5000'; \
echo 'post_max_size=100M'; \
echo 'upload_max_filesize=100M'; \
echo 'expose_php=Off'; \
} > /usr/local/etc/php/conf.d/farmOS-recommended.ini
# Set recommended realpath_cache settings.