mirror of
https://github.com/certat/intelmq-docker.git
synced 2025-12-06 09:12:49 +01:00
FIX: Add html files to nginx
Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
This commit is contained in:
@@ -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/
|
||||
|
||||
@@ -6,7 +6,7 @@ server {
|
||||
listen 80 default_server;
|
||||
|
||||
server_name localhost;
|
||||
|
||||
|
||||
root /www;
|
||||
|
||||
location / {
|
||||
|
||||
Reference in New Issue
Block a user