Hi. I am fighting with my nginx config. What I will do: I have got some docker stacks (php, mysql, nginx, ... ) wich are available in my browser by localhost: Now I would like to make a config for each domain to forward it to a specific port on localhost. my-domain (which is on Port 80) to localhost:8080 /etc/host 127.0.0.1 my-domain nginx is configured as a vhost for allby dimol - How to...