We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48542e7 commit 5ed4b5aCopy full SHA for 5ed4b5a
7.1/scripts/apache2-foreground
@@ -11,9 +11,9 @@ _gotpl() {
11
process_templates() {
12
_gotpl "vhost.conf.tmpl" "/etc/apache2/sites-enabled/000-default.conf"
13
_gotpl "ssmtp.conf.tmpl" "/etc/ssmtp/ssmtp.conf"
14
- _gotpl "docker-php.ini.tmpl" "/etc/php/7.2/apache2/conf.d/zzz-docker-php.ini"
+ _gotpl "docker-php.ini.tmpl" "/etc/php/7.1/apache2/conf.d/zzz-docker-php.ini"
15
if [ 1 == "$XDEBUG_ENABLED" ]; then
16
- _gotpl "xdebug.ini.tmpl" "/etc/php/7.2/apache2/conf.d/20-xdebug.ini"
+ _gotpl "xdebug.ini.tmpl" "/etc/php/7.1/apache2/conf.d/20-xdebug.ini"
17
fi
18
}
19
0 commit comments