server { listen 80; server_name localhost; client_max_body_size 10M; location / { fastcgi_pass ervu-sign-module:9009; include fastcgi_params; } }