Currently I have the following in caddyfile
handle /actuator/* {
abort
}
This currently blocks complete access from internal and external. I need to enable this from internal and disable it from external
Do you mean to invert the condition? Then use not remote_ip
I mean, you’re not giving us enough to go on here. What do you mean it’s “not working”? What did you actually try? Post your entire config, not just a tiny snippet. Show your logs. Make a request with curl -v and show what you get.