prod #123

Merged
finley merged 122 commits from prod into master 2025-11-22 17:52:40 -08:00
Showing only changes of commit fa02bf24e4 - Show all commits

View file

@ -50,5 +50,8 @@ RUN chmod +x /var/www/cmc-sales/run_vault.sh
# Ensure CakePHP tmp directory is writable by web server
RUN chmod -R 777 /var/www/cmc-sales/app/tmp
# Disable proxy_fcgi and remove any PHP-FPM conf files to force classic mod_php
RUN a2dismod proxy_fcgi
RUN rm -f /etc/apache2/conf-enabled/php*-fpm.conf || true
# By default, simply start apache.
CMD /usr/sbin/apache2ctl -D FOREGROUND