server { listen 80; listen [::]:80; server_name codetropes.com www.codetropes.com; access_log /var/log/nginx/access.log; location / { root /srv/http/codetropes.com/www/; index index.html index.htm; } }