Adjust generic docs

Match readme instruction with doc
This commit is contained in:
k0tlin
2025-08-30 00:45:41 +03:00
parent 402f7a2157
commit 9dc16eeab7

View File

@@ -153,7 +153,7 @@ and enter this (substitute for your server name).
```caddyfile
your.server.name, your.server.name:8448 {
# TCP reverse_proxy
reverse_proxy 127.0.0.1:6167
reverse_proxy localhost:8008
# UNIX socket
#reverse_proxy unix//run/tuwunel/tuwunel.sock
}