reverse-proxy.md: Corrected web server ports in Caddy example.

This commit is contained in:
Jonathan Davies 2023-01-04 18:49:27 +00:00
parent df30f3df4b
commit 0c618f8a89
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ s3.garage.tld, *.s3.garage.tld {
}
*.web.garage.tld {
reverse_proxy localhost:3902 192.168.1.2:3900 example.tld:3900
reverse_proxy localhost:3902 192.168.1.2:3902 example.tld:3902
}
admin.garage.tld {