server { listen 80; location / { root /app/www; index index.html index.htm; } }