Generador de Configuración Nginx
Redes y Operaciones · Herramienta online gratuita
Generar configuraciones Nginx de proxy inverso/sitio estático.
Reverse-Proxy Locations
# nginx.conf — Generated by ez4code.com
gzip on;
gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;
gzip_min_length 1024;
server {
listen 80;
listen 443 ssl;
server_name example.com;
ssl_certificate /etc/letsencrypt/live/example.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/example.com/privkey.pem;
ssl_protocols TLSv1.2 TLSv1.3;
root /var/www/example.com;
index index.html index.htm;
location /api/ {
proxy_pass http://127.0.0.1:3000;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
error_page 404 /404.html;
error_page 500 502 503 504 /50x.html;
}Server block
Genera un server block completo listo para sites-available.
Cabeceras de reverse-proxy
Cada location configura Host, X-Real-IP, X-Forwarded-For y X-Forwarded-Proto.
TLS 1.2/1.3
Los bloques SSL usan por defecto protocolos TLS modernos.
Cómo usar Generador de Configuración Nginx
- 1Enter the URL, IP address, or network parameter to look up.
- 2Click the lookup or test button.
- 3Review the detailed results in the output panel.
- 4Use the information for your network operations.
Características
- ✓100% gratis — sin registro, sin suscripción, sin anuncios
- ✓Funciona íntegramente en tu navegador — los datos nunca salen de tu dispositivo
- ✓Rápida y ligera — resultados instantáneos
- ✓Multiplataforma — funciona en escritorio, tableta y móvil
Preguntas frecuentes
Are network lookups real-time?
Yes, IP lookups, DNS queries, and HTTP tests perform live network requests to provide current data.
Is my IP address logged?
The IP Lookup tool queries public geolocation APIs. We do not store your IP address or lookup history.
Why do geolocation results differ between providers?
Each provider maintains its own IP-to-location database with different update cycles and coverage. Treat any single result as an approximation, not an exact address.
Do the results reflect me if I use a proxy or VPN?
No. Results show the egress IP of the proxy or VPN you are connected through. Disconnect it if you need your real public IP.
Herramientas relacionadas
Generador de Docker Compose
Generar visualmente docker-compose.yml.
Generador de Dockerfile
Generar plantillas de Dockerfile por lenguaje/runtime.
Generador de .gitignore
Generar plantillas .gitignore por selección de lenguaje/IDE.
Generador de YAML CI/CD
Generar plantillas de pipeline GitHub Actions / GitLab CI.
Generador de Archivo .env
Gestionar pares clave-valor para generar .env y .env.example.
Búsqueda de IP
Consultar geolocalización de dirección IP e información del ISP.
Calculadora de Subred
Calcular detalles de subred IPv4 a partir de CIDR.
Búsqueda de DNS
Consultar registros DNS vía Google DNS sobre HTTPS.