Browse Source

:book: update readme

Song 5 năm trước cách đây
mục cha
commit
90509609d3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -22,7 +22,7 @@
                 proxy_set_header Upgrade $http_upgrade;
                 proxy_set_header Connection 'upgrade';
                 proxy_set_header Host $host;
-                proxy_set_header X-Forwarded-For $remote_addr
+                proxy_set_header X-Forwarded-For $remote_addr;
                 proxy_cache_bypass $http_upgrade;
             }
         }