Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- path ~ ^/file_(metadata|content)/files/
- auth yes
- allow_ip 192.168.0.0/24
- path ~ ^/catalog/([^/]+)$
- method find
- allow $1
- path ~ ^/node/([^/]+)$
- method find
- allow $1
- path /certificate_revocation_list/ca
- method find
- allow *
- path /report
- method save
- allow *
- path /file
- allow *
- path /certificate/ca
- auth any
- method find
- allow *
- path /certificate/
- auth any
- method find
- allow *
- path /certificate_request
- auth any
- method find, save
- allow *
- path /
- auth any
Advertisement
Add Comment
Please, Sign In to add comment