Nginx config formatter — Pretty-print snippets (No Upload)
Paste an nginx.conf-style snippet, check braces as you type, then Pretty-print or Compact with 2- or 4-space indent. Copy or download nginx.conf. Formatting runs only in this tab.
Frequently asked questions
No. nginx.conf snippets are indented and brace-checked entirely in your browser. Nothing is sent to LocalTools servers for processing.
No—it is a brace-aware pretty-printer/compactor for snippets (server, location, upstream, and similar). It checks `{`/`}` balance (ignoring strings and `#` comments) but does not run nginx -t or validate every directive. Review output before deploying; if/map and embedded languages are best-effort.