server { listen 443 ssl; server_name root.tronnet.net; include snippets/ssl-acme.conf; include snippets/proxy-errors.conf; include snippets/error-pages.conf; location / { proxy_pass http://root.root:80; proxy_redirect default; } }