Skip to content

Conversation

@mj84
Copy link

@mj84 mj84 commented Aug 1, 2025

nginx is usually capable of using UNIX sockets as an upstream server which yields quite a performance increase compared to TCP.

However with this plugin, it is currently not possible, because the port field requires a numeric value.

Since this is the only thing missing for a working UNIX socket support, I have changed the port field to be a text field.

After this change, we can specify a UNIX socket upstream like this:
image

Fixes #2767

@mj84 mj84 force-pushed the nginx-unix-sockets branch from a15eed5 to 55686a9 Compare August 1, 2025 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

[os-nginx] Add support for unix socket upstreams

1 participant