server { server_name app; listen 8080; location / { root /html; } }