use internal port for caddy proxying

This commit is contained in:
bartronx7 2025-08-02 19:49:23 -05:00
parent dc852d0a58
commit 949310ee0a

View file

@ -44,6 +44,6 @@
@sftp host sftp.akeley.tech
handle @sftp {
reverse_proxy sftpgo:8003
reverse_proxy sftpgo:8080
}
}