server { listen 9001; server_name localhost; location / { return 200 'Proxy OK\n'; } }