Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. # nginx configuration
  2. charset utf-8;
  3. location = /favicon.ico {
  4. }
  5. autoindex off;
  6. location / {
  7. if (!-e $request_filename){ rewrite ^(.*)$ /index.php?url=$1 break; }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement