mirror of
https://github.com/certat/intelmq-docker.git
synced 2025-12-07 17:52:55 +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/app.conf /etc/nginx/conf.d/default.conf
|
||||||
COPY .docker/nginx/config/nginx.conf /etc/nginx/nginx.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;
|
listen 80 default_server;
|
||||||
|
|
||||||
server_name localhost;
|
server_name localhost;
|
||||||
|
|
||||||
root /www;
|
root /www;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
|||||||
Reference in New Issue
Block a user