Advertisement
Guest User

Untitled

a guest
Sep 7th, 2014
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. location / {
  2. # First attempt to serve request as file, then
  3. # as directory, then fall back to displaying a 404.
  4. try_files $uri $uri/ /index.php?q=$uri&$args;
  5. # Uncomment to enable naxsi on this location
  6. # include /etc/nginx/naxsi.rules
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement