mirror of
https://github.com/yusing/godoxy.git
synced 2025-06-09 04:52:35 +02:00
Update README.md
typos
This commit is contained in:
parent
2d14b11655
commit
49968a3bf4
1 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ In the examples domain `x.y.z` is used, replace them with your domain
|
||||||
- [How to use](#how-to-use)
|
- [How to use](#how-to-use)
|
||||||
- [Configuration](#configuration)
|
- [Configuration](#configuration)
|
||||||
- [Single Port Configuration](#single-port-configuration-example)
|
- [Single Port Configuration](#single-port-configuration-example)
|
||||||
- [Multiple Configuration](#multiple-configuration-example)
|
- [Multiple Ports Configuration](#multiple-ports-configuration-example)
|
||||||
- [TCP/UDP Configuration](#tcpudp-configuration-example)
|
- [TCP/UDP Configuration](#tcpudp-configuration-example)
|
||||||
- [Troubleshooting](#troubleshooting)
|
- [Troubleshooting](#troubleshooting)
|
||||||
- [Benchmarks](#benchmarks)
|
- [Benchmarks](#benchmarks)
|
||||||
|
@ -26,7 +26,7 @@ In the examples domain `x.y.z` is used, replace them with your domain
|
||||||
- HTTP proxy
|
- HTTP proxy
|
||||||
- TCP/UDP Proxy (experimental, unable to release port on hot-reload)
|
- TCP/UDP Proxy (experimental, unable to release port on hot-reload)
|
||||||
- Auto hot-reload when container start / die / stop.
|
- Auto hot-reload when container start / die / stop.
|
||||||
- Simple panel to see all reverse proxies and health (visit port :81 of go-proxy `https://*.y.z:81`)
|
- Simple panel to see all reverse proxies and health (visit port :8443 of go-proxy `https://*.y.z:8443`)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
@ -99,7 +99,7 @@ whoami:
|
||||||
# 2. visit https://apps.y.z/whoami
|
# 2. visit https://apps.y.z/whoami
|
||||||
```
|
```
|
||||||
|
|
||||||
### Multiple configuration example
|
### Multiple Ports configuration example
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
minio:
|
minio:
|
||||||
|
|
Loading…
Add table
Reference in a new issue