Fix Caddy build instruction

This commit is contained in:
klzgrad 2024-03-30 19:46:12 +08:00 committed by GitHub
parent ecd9214854
commit 2a2ff37f52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ The following describes the naïve fork of Caddy forwardproxy setup.
Download [here](https://github.com/klzgrad/forwardproxy/releases/latest) or build from source: Download [here](https://github.com/klzgrad/forwardproxy/releases/latest) or build from source:
```sh ```sh
go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest
~/go/bin/xcaddy build --with github.com/caddyserver/forwardproxy@caddy2=github.com/klzgrad/forwardproxy@naive ~/go/bin/xcaddy build --with github.com/caddyserver/forwardproxy=github.com/klzgrad/forwardproxy@naive
``` ```
Example Caddyfile (replace `user` and `pass` accordingly): Example Caddyfile (replace `user` and `pass` accordingly):