fix: basic nginx.conf (no wallarm directives before module loads)

This commit is contained in:
admin 2026-08-01 17:35:26 +00:00
parent d405c98ff8
commit 8638f198ff

View file

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