location /app {
if ($request_method !~ ^(POST)$ ) {
return 444;
}
proxy_pass proxy_pass http://127.0.0.1:9090/kyber/app/$is_args$args;
access_log /opt/web/nginx/logs/upstreams/erk.access.log upstreamlog;
error_log /opt/web/nginx/logs/upstreams/erk.error.log;
}