macbre / docker-nginx-http3

Stable and up-to-date root-less nginx with quic + http/3, google brotli compression, njs, GeoIP2, and Grade A+ SSL config
https://hub.docker.com/r/macbre/nginx-http3
172 stars 54 forks source link

nginx: [emerg] unknown "quic" variable #106

Closed matmicro closed 1 year ago

matmicro commented 1 year ago

Hi,

I am facing below error on nginx.conf 2023/02/08 14:53:41 [emerg] 1#1: unknown "quic" variable nginx: [emerg] unknown "quic" variable While using the below config into http { } block : `

Sent when QUIC was used

    add_header QUIC-Status $quic;

`

Any idea ?

imraan-go commented 1 year ago

use $http3 instead of $quic in nginx.conf

macbre commented 1 year ago

https://github.com/macbre/docker-nginx-http3/releases/tag/v1.21.5