server { server_name our_server; listen 0.0.0.0:80; index index.html; root ./www/; allow_methods GET; }