Skip to content

Commit 410f10e

Browse files
committed
Added: Redirect root URL to /adagios
1 parent 8d4f795 commit 410f10e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ RUN pynag config --append cfg_dir=/etc/naemon/commands/
109109

110110
RUN mv /etc/httpd/conf.d/thruk_cookie_auth_vhost.conf /etc/httpd/conf.d/thruk_cookie_auth_vhost.conf.disabled
111111

112+
# Redirect root URL to /adagios
113+
RUN echo "RedirectMatch ^/$ /adagios" > /etc/httpd/conf.d/redirect.conf
114+
112115
# Install supervisor and supervisor-quick. Service restarts are painfully slow
113116
# otherwise
114117
RUN pip install supervisor

0 commit comments

Comments
 (0)