You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The permissions of the Unix socket seem to be too restrictive. Only the owner of the socket is able to connect to it, which prevents a reverse proxy from being able to connect to it if the reverse proxy is run as a different user. Which should pretty much always be the case.
Uh oh!
There was an error while loading. Please reload this page.
Describe the feature you'd like to see added
it would be very helpful that whoogle supports listening on UNIX sockets.
Additional context
waitress
supportsunix_socket
. linkHowever it may conflict with
listen
linkThanks.
The text was updated successfully, but these errors were encountered: