server { listen 80; server_name ci.ixvd.net; location / { proxy_pass http://woodpecker:8000$request_uri; } }