Due to the fact that we build on top of the nginx:latest docker image from time to time we will see deprecation warnings.
In this case we are seeing
tagbase-server-nginx-1 | 2023/08/16 04:07:42 [warn] 1#1: the "listen ... http2" directive is deprecated, use the "http2" directive instead in /etc/nginx/nginx.conf:31
This can be traced to services/nginx/config/nginx.conf#L31
We should address this issue. We should most likely choose a LTS/stable major nginx version as well.
Due to the fact that we build on top of the
nginx:latestdocker image from time to time we will see deprecation warnings.In this case we are seeing
This can be traced to services/nginx/config/nginx.conf#L31
We should address this issue. We should most likely choose a LTS/stable major nginx version as well.