From 8901600fe8a9b8f6c116917e9e341b339f254b4d Mon Sep 17 00:00:00 2001 From: arnydo Date: Fri, 22 Jun 2018 13:51:36 -0400 Subject: [PATCH] Update Readme to include NGINX option --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index fc1bf9b..5a20cc8 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,13 @@ Edit the docker-compose.yml and change the following environment variables: ``` # docker-compose build ``` + + +# Optional NGINX config + +Included is an optional Docker Compose file 'docker-compose-nginx.yml' to spin up a reverse proxy to sit in front of MISP. + +## Config +* add your "*.crt" and "*.key" files to the ./misp-proxy/ssl folder +If not implementing SSL (not recommended) then simply comment out the appropriate lines in the "./misp-proxy/default.conf" file. +* Update "server_name" in default.conf file (will implement ENVIRONMENT VARIABLE in the future)