summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2023-02-26 10:48:55 -0500
committerDaniel Micay <danielmicay@gmail.com>2023-02-26 10:48:55 -0500
commit563a5bf3303a825adab33e5479dfbeabc84b35b2 (patch)
tree3c21cf0f0a3d029094efdb42ea731c673d3a647d /nginx
parent50e3e2355fe5f66a46eaa23829738493cce761db (diff)
use consistent configuration style
Diffstat (limited to 'nginx')
-rw-r--r--nginx/nginx.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index 471e2daf..6e6fc443 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -101,7 +101,9 @@ http {
server {
listen 80 default_server backlog=4096;
listen [::]:80 default_server backlog=4096;
+
keepalive_timeout 0;
+
# https://trac.nginx.org/nginx/ticket/2012
location / {
return 404;