Replies: 1 comment 1 reply
-
What is the problem of sockets? It allows you to restrict who can connect to the service and it also illuminates the need to track which service uses which port. But it should also work with ports as well as sockets. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I operate a classic NGINX structure without Docker. Several domains run on it. Partly with reverse proxy (gitea/forgejo) partly ‘normal’ call with 80/443 to a directory.
So really very classic, without sockets.
In your instructions for nginx I only find examples with nginx socket. Does it also work without?
Beta Was this translation helpful? Give feedback.
All reactions