FIX: Add html files to nginx

Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
This commit is contained in:
Sebastian Waldbauer
2021-04-15 12:17:40 +02:00
parent fd29770ffb
commit 0834eb239d
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -22,3 +22,4 @@ WORKDIR /www
COPY .docker/nginx/config/app.conf /etc/nginx/conf.d/default.conf
COPY .docker/nginx/config/nginx.conf /etc/nginx/nginx.conf
COPY intelmq-manager/html/ /www/
+1 -1
View File
@@ -6,7 +6,7 @@ server {
listen 80 default_server;
server_name localhost;
root /www;
location / {