Hi everyone! I have a problem with my nginx configuration. I have a deny rule in the root location like this
location ~* "/([a-z]{2})/lib/"
but I want to add some exclude for this rule, I need access to this location
.../js/lib/
because json scripts don't work. Could please some one help me with my issue?
location ~* "/([a-z]{2})/lib/"
but I want to add some exclude for this rule, I need access to this location
.../js/lib/
because json scripts don't work. Could please some one help me with my issue?