mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 02:14:13 +00:00
make htaccess sample file more visible
This commit is contained in:
@@ -40,7 +40,7 @@ RUN set -e; \
|
|||||||
mkdir ./userdata; \
|
mkdir ./userdata; \
|
||||||
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; \
|
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; \
|
||||||
|
|||||||
Reference in New Issue
Block a user