Dear Folks,
I am using Odoo 10. I want to restrict users from accessing a specific url for security reasons.
For example following are the URL I want to restrict access from public users:
https://subdomain.mydomain.ae/web/webclient/qweb
https://subdomain.mydomain.ae/web/session/authenticate
How can I do that using Nginx or Odoo config?
Let me know if you need more information. Thanks in advance!