Tool Launcher

Search for a tool...

1tt.dev1tt.dev
Config Generator
v1.27

Listening port, hostnames, and document root.

listen

Port (or address:port) to listen on.

server_name

Virtual host names this server block responds to.

root

Root directory for serving static files.

index

Default index file(s) to serve.

HTTPS listener and certificate paths.

Enable SSL (listen 443 ssl)

Adds an SSL listener on port 443.

ssl_certificate

Path to the PEM-encoded certificate file.

ssl_certificate_key

Path to the private key file.

ssl_protocols

Allowed TLS protocol versions.

Reverse proxy settings for upstream applications.

proxy_pass

Upstream URL to proxy requests to.

proxy_set_header Host

Passes the original Host header to the upstream.

proxy_set_header X-Real-IP

Passes the client IP to the upstream.

proxy_set_header X-Forwarded-For

Appends client IP to the X-Forwarded-For chain.

WebSocket upgrade headers

Adds proxy_http_version 1.1 and Upgrade/Connection headers for WebSocket support.

Access/error logs, gzip compression, and request limits.

access_log

Path to the access log file.

error_log

Path to the error log file.

gzip

Enable gzip compression for responses.

client_max_body_size

Maximum allowed size of the client request body.

worker_connections

Maximum number of simultaneous connections per worker process.

nginx.conf