tagbase / tagbase-server

tagbase-server is a data management web service for working with eTUFF and nc-eTAG files.
https://oiip.jpl.nasa.gov/doc/OIIP_Deliverable7.4_TagbasePostgreSQLeTUFF_UserGuide.pdf
Apache License 2.0
7 stars 2 forks source link

the "listen ... http2" directive is deprecated, use the "http2" directive instead in /etc/nginx/nginx.conf:31 #283

Open lewismc opened 1 year ago

lewismc commented 1 year ago

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.