Back to Changelog

v4.5.119

Minor Release Released May 2, 2026

Edit nginx configuration safely from the panel

New Features

4
  • New 'Nginx Conf' page under Web Server (sidebar) — manage server-wide nginx http{} directives without editing the master config file.
  • 11 ready-made templates: HSTS headers, Security headers, Block AI crawlers, Block bad bots/scanners, Block sensitive files, Rate limit zones, DDoS protection, Cloudflare real IP, Open file cache, Block referer spam, Hide server version.
  • Each snippet is sandbox-validated against nginx -t before applying, atomically written to disk, reloaded with health-check, and auto-rolled back if the live config fails.
  • Optional master nginx.conf editor (read-only by default) — root operators can enable editing after acknowledging full responsibility; the same safety pipeline protects against bad syntax.

Improvement

1
  • Snippet history (last 10 versions per file) with one-click restore.
See the Demo