From 55e7893badd584f2259f170fc980241f32f332fc Mon Sep 17 00:00:00 2001 From: Alex Tran Date: Sat, 1 Jul 2023 13:30:59 -0500 Subject: [PATCH] docs: type --- docs/docs/administration/reverse-proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/administration/reverse-proxy.md b/docs/docs/administration/reverse-proxy.md index 8c95b0e7a..0b075f0fb 100644 --- a/docs/docs/administration/reverse-proxy.md +++ b/docs/docs/administration/reverse-proxy.md @@ -29,7 +29,7 @@ server { client_max_body_size 50000M; location / { - proxy_pass http:///2283; + proxy_pass http://:2283; proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;