From 2ea48a37bd4709a3ec692ea753d9e8230944cbd2 Mon Sep 17 00:00:00 2001 From: Jeroen Neyt Date: Tue, 22 Apr 2025 22:31:59 +0200 Subject: [PATCH] Fixed typo in default controller port Signed-off-by: Jeroen Neyt --- docs/guides/self-hosting/linux/nginx.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/self-hosting/linux/nginx.mdx b/docs/guides/self-hosting/linux/nginx.mdx index 427521ea..1551e980 100644 --- a/docs/guides/self-hosting/linux/nginx.mdx +++ b/docs/guides/self-hosting/linux/nginx.mdx @@ -86,7 +86,7 @@ Load the new configuration by restarting NGINX. Check the logs to make sure it's ## 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