close off internal resourceD api to WAN
This commit is contained in:
parent
47472eb1c6
commit
b890a9efcb
|
@ -4,6 +4,9 @@
|
||||||
uri * strip_prefix /qr
|
uri * strip_prefix /qr
|
||||||
reverse_proxy http://qr
|
reverse_proxy http://qr
|
||||||
}
|
}
|
||||||
|
handle /resource/internal/* {
|
||||||
|
respond 403
|
||||||
|
}
|
||||||
handle /resource/* {
|
handle /resource/* {
|
||||||
uri * strip_prefix /resource
|
uri * strip_prefix /resource
|
||||||
reverse_proxy http://resourced
|
reverse_proxy http://resourced
|
||||||
|
|
Loading…
Reference in New Issue