We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d4f795 commit 410f10eCopy full SHA for 410f10e
Dockerfile
@@ -109,6 +109,9 @@ RUN pynag config --append cfg_dir=/etc/naemon/commands/
109
110
RUN mv /etc/httpd/conf.d/thruk_cookie_auth_vhost.conf /etc/httpd/conf.d/thruk_cookie_auth_vhost.conf.disabled
111
112
+# Redirect root URL to /adagios
113
+RUN echo "RedirectMatch ^/$ /adagios" > /etc/httpd/conf.d/redirect.conf
114
+
115
# Install supervisor and supervisor-quick. Service restarts are painfully slow
116
# otherwise
117
RUN pip install supervisor
0 commit comments