Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # nginx configuration
- charset utf-8;
- location = /favicon.ico {
- }
- autoindex off;
- location / {
- if (!-e $request_filename){ rewrite ^(.*)$ /index.php?url=$1 break; }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement