diff options
Diffstat (limited to 'extras/hs-test/resources/nginx/nginx_http3.conf')
-rw-r--r-- | extras/hs-test/resources/nginx/nginx_http3.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extras/hs-test/resources/nginx/nginx_http3.conf b/extras/hs-test/resources/nginx/nginx_http3.conf index c7bd78a224b..2a01f714111 100644 --- a/extras/hs-test/resources/nginx/nginx_http3.conf +++ b/extras/hs-test/resources/nginx/nginx_http3.conf @@ -1,4 +1,5 @@ -master_process off; +master_process on; +worker_processes 2; daemon off; events { @@ -16,7 +17,7 @@ http { sendfile on; server { listen 0.0.0.0:8443 quic; - listen 0.0.0.0:8443 ssl; + #listen 0.0.0.0:8443 ssl; root /usr/share/nginx; ssl_certificate /etc/nginx/ssl/localhost.crt; ssl_certificate_key /etc/nginx/ssl/localhost.key; |