use consistent configuration style

This commit is contained in:
Daniel Micay 2023-02-26 10:50:11 -05:00
parent ddcf7a2a36
commit babdb283ad

View File

@ -92,7 +92,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;