diff --git a/example.nginx.conf b/example.nginx.conf index 0265c12..e334298 100644 --- a/example.nginx.conf +++ b/example.nginx.conf @@ -57,5 +57,11 @@ http { root html; index index.html index.htm; } + + location /host { + return 200 "http3 on $hostname"; + add_header Content-Type text/plain; + } + } }