forked from Deuxfleurs/garage
reverse-proxy.md: Corrected web server ports in Caddy example.
This commit is contained in:
parent
df30f3df4b
commit
0c618f8a89
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue