mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
remove 'index.php' by default
This commit is contained in:
@@ -41,6 +41,7 @@ RUN set -e; \
|
||||
mkdir ./application/config/docker; \
|
||||
\
|
||||
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; \
|
||||
\
|
||||
|
||||
Reference in New Issue
Block a user