I have a very simple nginx.conf file that I tried to test but couldn't file out why nginx complained. server { listen 80; server_name mfeapp.mydomain.com server_name 10.10.10.10; # note that these lines are originally...