wallarm/internal/native
admin d8390eab2a feat: per-instance NGINX — each node gets its own nginx binary and config
- Shared NGINX binary at /opt/wallarm/nginx/sbin/nginx (installed once)
- Each node gets /opt/wallarm/nodes/{name}/nginx/ with:
  - sbin/nginx (copied from shared)
  - conf/nginx.conf (per-instance, unique port + upstream)
  - logs/ (per-instance access/error logs)
- setup.sh runs with --custom-ngx-build (uses our nginx)
2026-08-01 16:26:41 +00:00
..
native.go feat: per-instance NGINX — each node gets its own nginx binary and config 2026-08-01 16:26:41 +00:00