mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-07-26 16:08:13 +00:00
reverse-proxy.md: Corrected web server ports in Caddy example.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user