distributed-system-analysis / pbench

A benchmarking and performance analysis framework
http://distributed-system-analysis.github.io/pbench/
GNU General Public License v3.0
188 stars 108 forks source link

Unix socket for the nginx and gunicorn communication #3411

Closed npalaska closed 1 year ago

npalaska commented 1 year ago

To avoid employing SSL certificates in both NGINX and Gunicorn we need to make them communicate over a Unix socket and not over TCP port.

PBENCH-1139