Add nginx/README.md

This commit is contained in:
Minecon724 2025-01-07 16:08:12 +01:00
parent b3912b4e45
commit f2b6d40ce2

7
nginx/README.md Normal file
View file

@ -0,0 +1,7 @@
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
```