I already opened an issue at stack overflow according this, but didn't get an answer, so I'll try over here: http://stackoverflow.com/questions/28907101/email-gtld-not-working-for-nginx
Is it something special that is needed to get a *.email-domain to work on Nginx?
Same config is used for all domains:
server {
listen 80;
server_name .domain.email .myotherdomain.com;
root /home/foobar/domain.email/public;
It does work when I go to myotherdomain.com, and cartero.email goes to the default 404 of Nginx - including www at the front of the url.
Is it something special that is needed to get a *.email-domain to work on Nginx?
Same config is used for all domains:
server {
listen 80;
server_name .domain.email .myotherdomain.com;
root /home/foobar/domain.email/public;
It does work when I go to myotherdomain.com, and cartero.email goes to the default 404 of Nginx - including www at the front of the url.