From a5859ca90b2313912c9b06ffce527027498b0268 Mon Sep 17 00:00:00 2001 From: Andrew Hosgood Date: Thu, 7 Nov 2024 18:24:14 +0000 Subject: [PATCH] Disable pid --- docker/tna-python/lib/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/tna-python/lib/nginx.conf b/docker/tna-python/lib/nginx.conf index bcc9578..08ed155 100644 --- a/docker/tna-python/lib/nginx.conf +++ b/docker/tna-python/lib/nginx.conf @@ -1,5 +1,5 @@ worker_processes auto; -pid /run/nginx.pid; +# pid /run/nginx.pid; error_log /var/log/nginx/error.log; events { @@ -22,7 +22,7 @@ http { server { listen 443 ssl; listen [::]:443 ssl; - # http2 on; + # http2 on; # Diabled until Debian has a version of nginx >=1.25.1 that supports this syntax ssl_certificate /etc/nginx/ssl/req.pem; ssl_certificate_key /etc/nginx/ssl/key.pem;