Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- location /statusnet {
- index index.php;
- try_files $uri $uri/ @statusnet;
- }
- location @statusnet {
- rewrite ^statusnet/(.+) /statusnet/index.php?p=$1 last;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement