nginx-lint
Linter
Rules
Online nginx configuration linter -
Loading...
nginx.conf
Lint
# Demo: Try clicking rule names for details, or "Fix All" to auto-fix issues http { server_tokens on; autoindex on; upstream backend { server api.example.com:8080; } server { listen 80 ; server_name example.com; add_header X-Frame-Options "SAMEORIGIN"; location / { root /var/www/html; } location /api { proxy_pass http://api.example.com:8080; add_header X-Request-ID $request_id; } location /static/ { alias /var/www/static; } } }
Results
Fix All
Loading WASM module...
.nginx-lint.toml
# Loading configuration...
×