From e79b7cb4b93099b499ff586cb6117e21a91e6557 Mon Sep 17 00:00:00 2001 From: Olivier Cervello Date: Fri, 24 Sep 2021 09:56:16 +0200 Subject: [PATCH] Fix indent --- conf/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 99f03ed875880..46c0cb20db0f6 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -111,7 +111,7 @@ server { stub_status; allow 127.0.0.1; # localhost allow 172.30.0.0/16; # docker IP range - deny all; # deny all other hosts + deny all; # deny all other hosts } location /cgi/ { @@ -179,7 +179,7 @@ server { stub_status; allow 127.0.0.1; # localhost allow 172.30.0.0/16; # docker IP range - deny all; # deny all other hosts + deny all; # deny all other hosts } location /cgi/ {