events {} http { server { listen 8080; location /static/ { root /app; } } }