dream-setup/nginx
2025-01-07 16:08:51 +01:00
..
nginx.conf Update nginx/nginx.conf 2025-01-07 16:08:34 +01:00
README.md Add nginx/README.md 2025-01-07 16:08:12 +01:00
server.conf Add nginx/server.conf 2025-01-07 16:08:51 +01:00

  1. Copy files from this directory
  2. Remove conf.d/default.conf
  3. Generate dhparam and snakeoil cert:
openssl dhparam -out dhparam.pem 4096
openssl req -new -x509 -days 365 -noenc -out snakeoil.pem -keyout snakeoil.key