diff --git a/internal/native/native.go b/internal/native/native.go index a8b7b55..41b64ca 100644 --- a/internal/native/native.go +++ b/internal/native/native.go @@ -151,11 +151,7 @@ http { server { listen %s; server_name _; - allow 127.0.0.0/8; - deny all; - wallarm_mode off; - access_log off; - location /wallarm-status { wallarm_status on; } + location /health { return 200; } } } `, nginxDir, nginxDir, nginxDir, port)), 0644)