Skip to content

Commit

Permalink
[TASK] add mod expires, set xdebug.remote_connect_back default to on
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed May 18, 2017
1 parent cdc419c commit 9348678
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN curl -sL https://deb.nodesource.com/setup_6.x | bash - && apt-get install -y
# Set locales
RUN locale-gen en_US.UTF-8 en_GB.UTF-8 de_DE.UTF-8 es_ES.UTF-8 fr_FR.UTF-8 it_IT.UTF-8 km_KH sv_SE.UTF-8 fi_FI.UTF-8

RUN a2enmod rewrite
RUN a2enmod rewrite expires

# Configure PHP
ADD typo3.php.ini /etc/php/apache2/conf.d/
Expand Down
5 changes: 4 additions & 1 deletion typo3.php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ max_input_vars=1500

xdebug.remote_enable=1
xdebug.max_nesting_level=400
xdebug.remote_connect_back=Off
xdebug.remote_connect_back=On
# mac, think we need to set remote_host and turn remote_connect_back off
#xdebug.remote_host=172.18.0.1
#xdebug.remote_connect_back=Off

0 comments on commit 9348678

Please sign in to comment.