Added stirling pdf to stack
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user