Advertisement
Guest User

Untitled

a guest
Mar 21st, 2014
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. rewrite ^([^.]*[^/])$ $1/ permanent;
  2.  
  3. location /files/photos {
  4. fastcgi_pass ....
  5. }
  6.  
  7. location / {
  8. try_files $uri $uri/ /index.php;
  9. }
  10.  
  11. location ~ \.php$ {
  12. fastcgi_pass
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement