diff options
author | Nicolai Tellefsen <niccofyren@gmail.com> | 2016-03-22 14:00:10 +0100 |
---|---|---|
committer | Nicolai Tellefsen <niccofyren@gmail.com> | 2016-03-22 14:00:10 +0100 |
commit | 3a6b6c97c3aa7a0824c524dae538e28fa0fac782 (patch) | |
tree | d47e7150bafbbc278045e70cbe57253a3aeec528 | |
parent | 20b6b7d37e2ae126c9e133604634d657a026283a (diff) |
NMS: Add new demo htpasswd-files to Dockerfile.in
-rw-r--r-- | nms/Dockerfile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nms/Dockerfile.in b/nms/Dockerfile.in index b65168d..9f0dfd6 100644 --- a/nms/Dockerfile.in +++ b/nms/Dockerfile.in @@ -93,7 +93,8 @@ RUN a2enmod cgi RUN sed -i 's/Listen 80/Listen 8080/g' /etc/apache2/ports.conf RUN ln -s /srv/tgmanage/web/etc/apache2/nms.tg16.gathering.org.conf /etc/apache2/sites-enabled/ #(no, not for production, it's just demo:demo during development) -RUN echo 'demo:$apr1$IKrQYF6x$0zmRciLR7Clc2tEEosyHV.' > /srv/tgmanage/web/.htpasswd +RUN echo 'demo:$apr1$IKrQYF6x$0zmRciLR7Clc2tEEosyHV.' > /srv/tgmanage/web/htpasswd-read +RUN echo 'demo:$apr1$IKrQYF6x$0zmRciLR7Clc2tEEosyHV.' > /srv/tgmanage/web/htpasswd-write RUN systemctl enable apache2 # Varnish shait |