mailcow-dockerized/data
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
..
Dockerfiles [Postfix] remove dnsbl_reply.map if not required 2023-08-03 09:00:08 +02:00
assets [Nextcloud] Changed default X-Robots Tag behavior 2023-03-28 11:40:00 +02:00
conf "listen ... http2" directive is deprecated 2023-08-04 13:59:56 +02:00
hooks [SOGo] Added hooks support for SOGo image (#4181) 2021-07-28 21:41:44 +02:00
web [Web] change style of f2b active ban actions 2023-07-27 14:19:18 +02:00