NGINX default template
docker-compose/proxy/default.conf.template
In this example the frontend and backend are forwarded to port 80
, meaning the new frontend will be available on localhost without needing to specify a port number.
server_name
(ie eth.blockscout.com) and TLS info (ssl_certificate
, ssl_certificate_key
, other required variables?
) at a minimum.