Hi

I have started to use lua file for some dynamic stuff.

Whats the best practice to secure them

How do I stop them from being downloaded

 location ~ \.lua$ {
  send error back
}


is it best to place all of them into a different directory that isn't under
a root ?


A
_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to