Browse Source

docs: type

Alex Tran 2 years ago
parent
commit
55e7893bad
1 changed files with 1 additions and 1 deletions
  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;
     client_max_body_size 50000M;
 
 
     location / {
     location / {
-        proxy_pass http://<snip>/2283;
+        proxy_pass http://<snip>:2283;
         proxy_set_header Host              $http_host;
         proxy_set_header Host              $http_host;
         proxy_set_header X-Real-IP         $remote_addr;
         proxy_set_header X-Real-IP         $remote_addr;
         proxy_set_header X-Forwarded-For   $proxy_add_x_forwarded_for;
         proxy_set_header X-Forwarded-For   $proxy_add_x_forwarded_for;