jlesage / docker-nginx-proxy-manager

Docker container for Nginx Proxy Manager
MIT License
770 stars 173 forks source link

[Bug?] Http2 enabled but origin server logs showing http1.1 #305

Closed donniewr closed 9 months ago

donniewr commented 12 months ago

Current Behavior

Hello,

I'm not sure if that's a bug, I enabled HTTP2 and force HTTPS but on my origin server the access logs are saying http1.1.

Http2 only work between the browser and Nginx Proxy Manager? No http2 between NPM and the origin server?

My origin server supports HTTP2 and redirect to HTTPS.

Thanks.

Expected Behavior

No response

Steps To Reproduce

No response

Environment

Container creation

docker-compose.yml docker-compose up -d

Container log

?

Container inspect

No response

Anything else?

No response

jlesage commented 10 months ago

Correct, this option enables support of HTTP2 in the Nginx server (thus for clients connecting to NPM).