Merge pull request #950 from mmphs/patch-1

Fixed typo in default controller port
This commit is contained in:
Michael Quigley 2025-05-01 10:55:47 -04:00 committed by GitHub
commit 667c15804b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,7 +86,7 @@ Load the new configuration by restarting NGINX. Check the logs to make sure it's
## Check the Firewall ## Check the Firewall
If you followed the non-TLS quickstart then you may have opened 8080,108080/tcp in your firewall. You can go ahead and replace those exceptions with 443/tcp because only NGINX needs to be reachable for zrok to function. If you followed the non-TLS quickstart then you may have opened 8080,18080/tcp in your firewall. You can go ahead and replace those exceptions with 443/tcp because only NGINX needs to be reachable for zrok to function.
## Update the zrok Frontend ## Update the zrok Frontend