1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-02-12 11:01:52 +00:00

add nginx selinux to docs (#5710)

Co-authored-by: Simon Smith <simonsmith5521@gmail.com>
This commit is contained in:
dinger1986 2024-01-18 22:16:15 +00:00 committed by GitHub
parent 6cb05ce009
commit ab835591db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -827,6 +827,12 @@ In this example, we will:
- MeshCentral will read the NGINX web certificate so agents will perform correct server authentication. - MeshCentral will read the NGINX web certificate so agents will perform correct server authentication.
- NGINX will be setup with long timeouts, because agents have long standard web socket connections. - NGINX will be setup with long timeouts, because agents have long standard web socket connections.
!!!note
With SELinux, NGINX reverse proxy requires 'setsebool -P httpd_can_network_relay 1'
Caution: httpd_can_network_relay only allows certain ports
Confirm you are using ports from this subset in MeshCentral
If you want to use a different port then you will need to add it to http_port_t
Lets get started by configuring MeshCentral with the following values in config.json: Lets get started by configuring MeshCentral with the following values in config.json:
```json ```json