浏览代码

docs: type

Alex Tran 2 年之前
父节点
当前提交
55e7893bad
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/docs/administration/reverse-proxy.md

+ 1 - 1
docs/docs/administration/reverse-proxy.md

@@ -29,7 +29,7 @@ server {
     client_max_body_size 50000M;
 
     location / {
-        proxy_pass http://<snip>/2283;
+        proxy_pass http://<snip>: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;