server{ listen 80; listen [::]:80; location /id { add_header Content-Type text/plain; return 200 '$hostname';} }