Configure the server to listen on a unix socket #237
Labels
Comments
|
Do you have a specific use-case for this? This would be a breaking change which would require manual intervention of the user. |
|
I am currently running many different applications behind an nginx reverse proxy. By having the applications listen on a unix socket, I do not have to deal with a ton of different ports (aswell as there is a tiny performance gain). Therefore using the same structure for Gotify makes sense to me. Maybe the |
|
I would also like that for cleaner connection with nginx |
|
I also have this situation. I use nginx to handle ssh stuff and reverse proxy gotify. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
A way of configuring the server to listen on a unix socket.
For example you could join the
listenaddrand theportinto asingle option called
listen. Then thelistenoption could eitherget passed
localhost:1234orunix:/tmp/gotify.sock.Describe alternatives you've considered
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: