We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cff224 commit 1fc9490Copy full SHA for 1fc9490
Dockerfile
@@ -26,6 +26,7 @@ RUN echo "IncludeOptional vhost.d/*.conf" >> /etc/httpd/conf/httpd.conf \
26
&& sed -i "s|User apache|User user|" /etc/httpd/conf/httpd.conf \
27
&& sed -i "s|Group apache|Group user|" /etc/httpd/conf/httpd.conf \
28
&& 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 \
30
&& sed -i 's/^\([^#]\)/#\1/g' /etc/httpd/conf.d/welcome.conf
31
32
RUN sed -i "s|;date.timezone =|date.timezone = Asia/Colombo|" /etc/php.ini
0 commit comments