# example conf for nginx server { location =/ip { default_type text/plain; return 200 "$remote_addr\n"; } location / { root /var/www/daveeddy.com; } }