use consistent configuration style

This commit is contained in:
Daniel Micay 2023-02-26 10:48:55 -05:00
parent 50e3e2355f
commit 563a5bf330

View File

@ -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;