Here\'s my nginx default.conf file:
server { listen 3000; location / { root usr/share/nginx/html; index index.html index.htm; try