add sftpgo to Caddyfile
This commit is contained in:
parent
b753af9b87
commit
dc852d0a58
1 changed files with 5 additions and 0 deletions
|
|
@ -41,4 +41,9 @@
|
|||
handle @sonarr {
|
||||
reverse_proxy sonarr:8989
|
||||
}
|
||||
|
||||
@sftp host sftp.akeley.tech
|
||||
handle @sftp {
|
||||
reverse_proxy sftpgo:8003
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue