mailcow-dockerized/data/conf
clydegale 6caa1bcdd3
"listen ... http2" directive is deprecated
Using to `nginx 1.25.1` to check the config the following warnings are thrown:

```
/etc/nginx/conf.d # nginx -t
2023/08/04 13:53:03 [warn] 69#69: the "listen ... http2" directive is deprecated, use the "http2" directive instead in /etc/nginx/conf.d/listen_ssl.active:1
nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /etc/nginx/conf.d/listen_ssl.active:1
2023/08/04 13:53:03 [warn] 69#69: the "listen ... http2" directive is deprecated, use the "http2" directive instead in /etc/nginx/conf.d/listen_ssl.active:2
nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /etc/nginx/conf.d/listen_ssl.active:2
```

This fix results in the following output, fixing the issue:
```
/etc/nginx/conf.d # nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
```
2023-08-04 13:59:56 +02:00
..
clamav [ClamAV] Set to ConcurrentDatabaseReload and (todo:) add note to docs 2020-09-17 21:48:00 +02:00
dovecot Merge pull request #4028 from Daniel15/patch-2 2023-05-24 11:00:38 +02:00
mysql [MariaDB] Further increase connections 2021-11-18 10:55:54 +01:00
nginx "listen ... http2" directive is deprecated 2023-08-04 13:59:56 +02:00
phpfpm 🐄 Moorch Update 2022 - ClamAV, Dovecot & Olefy Update (#4497) 2022-03-02 16:32:17 +01:00
postfix [Postfix] rework dns_blocklists.cf generation 2023-08-02 16:36:59 +02:00
rspamd Merge pull request #5316 from mailcow/feat/rspamd-securite-symbols 2023-07-12 08:27:20 +02:00
sogo [SOGo] Disable password change option 2023-03-04 18:06:26 +02:00
unbound [Unbound] Disable ipsecmod 2019-11-26 21:08:47 +01:00