.. | ||
mime.types | ||
nginx.conf | ||
README.md | ||
server.conf |
Do this in /etc/nginx
(or if using Docker, the directory that maps to it)
- Remove everything in that directory
- Copy
nginx.conf
andmime.types
from this directory - Remove
conf.d/default.conf
- Generate dhparam and snakeoil cert:
openssl dhparam -out dhparam.pem 4096 # This will take a few minutes. Reduce to 3072 if you'd like.
openssl req -new -x509 -days 365 -noenc -out snakeoil.pem -keyout snakeoil.key # just keep pressing Enter
server
entries go intoconf.d/
. See server.conf for a template.