trying to disable proxy_fcgi
This commit is contained in:
parent
284a28d9f0
commit
fa02bf24e4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue