Webhook-test dont update frontend data to build workflows

Solution for nginx is:

proxy_http_version 1.1;
proxy_set_header Connection ‘’;
proxy_buffering off;
proxy_pass http://localhost:5678;
2 Likes