close off internal resourceD api to WAN

This commit is contained in:
blek 2023-11-16 20:18:18 +10:00
parent 47472eb1c6
commit b890a9efcb
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@
uri * strip_prefix /qr
reverse_proxy http://qr
}
handle /resource/internal/* {
respond 403
}
handle /resource/* {
uri * strip_prefix /resource
reverse_proxy http://resourced