You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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.
The text was updated successfully, but these errors were encountered: