linuxserver/docker-bookstack

[BUG] Warm https in log

juanico10 opened this issue · 5 comments

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I am getting these errors in log:

bookstack | nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /config/nginx/site-confs/default.conf:7
bookstack | nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /config/nginx/site-confs/default.conf:8

Expected Behavior

No response

Steps To Reproduce

Make container and up

Environment

- OS: Debian 12
- How docker service was installed: Docker-compose

CPU architecture

x86-64

Docker creation

docker compose up -d

Container logs

bookstack  | nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /config/nginx/site-confs/default.conf:7
bookstack  | nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /config/nginx/site-confs/default.conf:8

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

https://github.com/linuxserver/docker-bookstack?tab=readme-ov-file#versions

27.05.24: - Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.

Hi, I have updated docker and it still appears. What should I do?

Hi, I have updated docker and it still appears. What should I do? > https://github.com/linuxserver/docker-bookstack?tab=readme-ov-file#versions

27.05.24: - Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.

You need to update your nginx confs as per the startup logs. If you haven't customised them then simply deleting the listed confs and restarting the container will update them to the latest versions.