server { listen 80; server_name light.z9; location / { proxy_pass http://localhost:8080; } }