Update README.md to reflect change to nginx

pull/1/head
Sean Whalen 2020-02-24 12:06:09 -05:00 committed by GitHub
parent acff110ad5
commit 3f6aa420a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 7 deletions

View File

@ -52,18 +52,16 @@ Finally, copy any changes you make outside of the container for commiting to you
### Production ### Production
- Use docker-compose, or some other config management tool - Use docker-compose, or some other config management tool
- Directory volume mount SSL Certs /etc/apache2/ssl/ - Directory volume mount SSL Certs `./ssl`: `/etc/ssl`
- DH Parameters: dhparams.pem
- Certificate File: cert.pem - Certificate File: cert.pem
- Certificate Key File: key.pem - Certificate Key File: key.pem
- Certificate Chain File: chain.pem
- Directory volume mount and create configs: /var/www/MISP/app/Config/ - Directory volume mount and create configs: `/var/www/MISP/app/Config/`
- Additional directory volume mounts: - Additional directory volume mounts:
- /var/www/MISP/app/files - `/var/www/MISP/app/files`
- /var/www/MISP/.gnupg - `/var/www/MISP/.gnupg`
- /var/www/MISP/.smime - `/var/www/MISP/.smime`
## Image file sizes ## Image file sizes