Skip to content

Commit 1fc9490

Browse files
author
Manjula Ellawala
committed
removed options indexes from httpd.conf
1 parent 8cff224 commit 1fc9490

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ RUN echo "IncludeOptional vhost.d/*.conf" >> /etc/httpd/conf/httpd.conf \
2626
&& sed -i "s|User apache|User user|" /etc/httpd/conf/httpd.conf \
2727
&& sed -i "s|Group apache|Group user|" /etc/httpd/conf/httpd.conf \
2828
&& sed -i "s|#ServerName www.example.com:80|ServerName server|" /etc/httpd/conf/httpd.conf \
29+
&& sed -i "s|Options Indexes FollowSymLinks|Options FollowSymLinks|" /etc/httpd/conf/httpd.conf \
2930
&& sed -i 's/^\([^#]\)/#\1/g' /etc/httpd/conf.d/welcome.conf
3031

3132
RUN sed -i "s|;date.timezone =|date.timezone = Asia/Colombo|" /etc/php.ini

0 commit comments

Comments
 (0)