Skip to content

feat: add support for socket listeners

feistel requested to merge feistel/gitlab-pages:feat/unix-sock into master

What does this MR do?

This MR adds supports for spawning servers on unix sockets instead of TCP ports.

Socket listeners can be used for faster/safer communication between Pages and the reverse proxy exposed to the internet and it's a common/modern configuration to proxy external traffic to a local service.

TODO

Edited by feistel

Merge request reports

Loading