[Fix][Documentation] Fix Caddy v2 Example Config (#97)

Fix Caddy V2 Example
This commit is contained in:
Blackclaws 2021-04-23 14:57:23 +02:00 committed by GitHub
parent a5faca00cd
commit cc0004d60c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -301,7 +301,7 @@ myserver.domain.invalid {
myserver.domain.invalid {
route /standalone-signaling/* {
uri strip_prefix /standalone-signaling
reverse_proxy /standalone-signaling/* http://127.0.0.1:8080
reverse_proxy http://127.0.0.1:8080
}
}
```