Merge pull request #27 from seanthegeek/patch-4

Update README.md to reflect change to nginx
pull/1/head
Jason Kendall 2020-02-24 12:35:37 -05:00 committed by GitHub
commit 5bb6cdb725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 9 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