Added stirling pdf to stack

This commit is contained in:
2024-09-23 12:19:14 -06:00
parent c11b90f04e
commit 50138230b4
4 changed files with 57 additions and 1 deletions

View File

@ -40,3 +40,18 @@ home.thesatelliteoflove.com:80 {
respond "Access denied" 403
}
}
pdftools.thesatelliteoflove.com:80 {
@allowed {
remote_ip 100.64.0.0/10
}
handle @allowed {
reverse_proxy stirling-stirlingpdf-1:8080
}
handle {
respond "Access denied" 403
}
}