hello guys, im trying to setup Varnish in port 80 and nginx in 8090 and here are my configs domain.com.conf server { listen 127.0.0.1:8090; server_name www.domain.com; return 301 $scheme://domain.com$request_uri;...