remove 'index.php' by default

This commit is contained in:
Christoph Kottke
2024-04-26 09:05:06 +02:00
parent ea7c8f7ba8
commit 83b8655143

View File

@@ -41,6 +41,7 @@ RUN set -e; \
mkdir ./application/config/docker; \ mkdir ./application/config/docker; \
\ \
mv ./.htaccess.sample ./.htaccess; \ mv ./.htaccess.sample ./.htaccess; \
sed -i "s/\$config\['index_page'\] = 'index.php';/\$config\['index_page'\] = '';/g" ./install/config/config.php; \
\ \
chown -R root:www-data /var/www/html; \ chown -R root:www-data /var/www/html; \
\ \