nginx: allow custom nginx config under sites-enabled

fix 562
This commit is contained in:
missytake
2025-08-19 09:44:48 +02:00
parent 3ce350de9e
commit bedfc09e8e
4 changed files with 25 additions and 0 deletions

View File

@@ -2,6 +2,9 @@
## untagged
- Allow custom nginx config files
([#617](https://github.com/chatmail/relay/pull/617))
- Check whether GCC is installed in initenv.sh
([#608](https://github.com/chatmail/relay/pull/608))