v3.1 configuration example

Nginx tracking domain

Review and adapt this example to your topology, product version and security requirements.

Download file
server {
  listen 443 ssl http2;
  server_name track.example.net;
  ssl_certificate /etc/letsencrypt/live/track.example.net/fullchain.pem;
  ssl_certificate_key /etc/letsencrypt/live/track.example.net/privkey.pem;
  location / { proxy_pass https://app.internal.example; proxy_set_header Host $host; }
}
Important: replace example addresses, credentials, hostnames and paths. Validate syntax before deployment.
Search Trushilla Documentation