add sftpgo to Caddyfile

This commit is contained in:
bartronx7 2025-08-02 19:31:44 -05:00
parent b753af9b87
commit dc852d0a58

View file

@ -41,4 +41,9 @@
handle @sonarr {
reverse_proxy sonarr:8989
}
@sftp host sftp.akeley.tech
handle @sftp {
reverse_proxy sftpgo:8003
}
}