Skip to content

Use default puma socket in example config

The unicorn replacement 'puma' uses a unix socket in the example config instead of a tcp port. Using the non-existing tcp port results in "Internal API unreachable" on git operations.

This actually broke my GitLab install on my Arch Linux server since we use the upstream configs ;)

Merge request reports