Updated Reverse Proxy (markdown)

Louis Lam 2021-10-15 02:05:22 +08:00
parent d2ed5ca623
commit fa74a11384

@ -88,7 +88,7 @@ Without SSL:
```nginx
subdomain.domain.com {
reverse_proxy 127.0.0.1:3001 :
reverse_proxy 127.0.0.1:3001
}
```