Skip to main content

nginx

Provides a comprehensive guide for configuring Nginx as a web server, reverse proxy, load balancer, or API gateway.

Install this skill

or
74/100

Security score

The nginx skill was audited on Mar 8, 2026 and we found 26 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 33

External URL reference

SourceSKILL.md
33return 301 https://$host$request_uri;
low line 112

External URL reference

SourceSKILL.md
112proxy_pass http://backend;
low line 126

External URL reference

SourceSKILL.md
126proxy_pass http://backend;
low line 139

External URL reference

SourceSKILL.md
139proxy_pass http://backend;
low line 159

External URL reference

SourceSKILL.md
159proxy_pass http://backend;
low line 184

External URL reference

SourceSKILL.md
184proxy_pass http://backend;
low line 200

External URL reference

SourceSKILL.md
200# With trailing slash: /api/ -> http://backend/
low line 203

External URL reference

SourceSKILL.md
203proxy_pass http://backend/;
low line 207

External URL reference

SourceSKILL.md
207# Without trailing slash: /api/ -> http://backend/api/
low line 210

External URL reference

SourceSKILL.md
210proxy_pass http://backend;
low line 267

External URL reference

SourceSKILL.md
267return 301 https://$host$request_uri;
low line 358

External URL reference

SourceSKILL.md
358proxy_pass http://backend;
low line 440

External URL reference

SourceSKILL.md
440proxy_pass http://backend;
low line 447

External URL reference

SourceSKILL.md
447proxy_pass http://backend;
low line 476

External URL reference

SourceSKILL.md
476add_header Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: https:; font-src 'self'; connect-src 'self' https://api.example.com; f
low line 492

External URL reference

SourceSKILL.md
492proxy_pass http://admin_backend;
low line 499

External URL reference

SourceSKILL.md
499proxy_pass http://staging_backend;
low line 583

External URL reference

SourceSKILL.md
583proxy_pass http://backend;
low line 632

External URL reference

SourceSKILL.md
632return 301 https://example.com$request_uri;
low line 654

External URL reference

SourceSKILL.md
654proxy_pass http://app_server;
low line 696

External URL reference

SourceSKILL.md
696add_header Access-Control-Allow-Origin "https://app.example.com" always;
low line 702

External URL reference

SourceSKILL.md
702add_header Access-Control-Allow-Origin "https://app.example.com";
low line 711

External URL reference

SourceSKILL.md
711proxy_pass http://auth_service/;
low line 717

External URL reference

SourceSKILL.md
717proxy_pass http://user_service/;
low line 723

External URL reference

SourceSKILL.md
723proxy_pass http://order_service/;
low line 731

External URL reference

SourceSKILL.md
731proxy_pass http://user_service/uploads/;
Scanned on Mar 8, 2026
View Security Dashboard
Installation guide →
GitHub Stars 3
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
diegosouzapw/awesome-omni-skill