NGX
Nginx Config Helper
Build server blocks for a reverse proxy, static site or PHP-FPM, or check the syntax and format existing configs — all in your browser.
Settings
Config preview
Waiting for input...
Input config
1
Check result
This tool runs entirely in your browser; no config is sent to a server. The "Builder" covers common server blocks (static, reverse proxy, PHP-FPM) along with SSL, gzip, security headers and rate limiting. The "Check & format" section fully validates config syntax (matching braces and semicolons) and warns about overall structure (listen/server_name, proxy_pass headers, outdated SSL protocols, conflicting add_header, if inside location, and rate-limit zone references); since Nginx has dozens of modules and hundreds of directives, unknown directives are deliberately not flagged as errors. This tool is not a replacement for running nginx -t on the real server.