Skip to content

Commit

Permalink
Added: Redirect root URL to /adagios
Browse files Browse the repository at this point in the history
  • Loading branch information
gardart committed Dec 28, 2016
1 parent 8d4f795 commit 410f10e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ RUN pynag config --append cfg_dir=/etc/naemon/commands/

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

# Redirect root URL to /adagios
RUN echo "RedirectMatch ^/$ /adagios" > /etc/httpd/conf.d/redirect.conf

# Install supervisor and supervisor-quick. Service restarts are painfully slow
# otherwise
RUN pip install supervisor
Expand Down

0 comments on commit 410f10e

Please sign in to comment.