Advertisement
Guest User

Untitled

a guest
Nov 20th, 2014
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. try_files $uri =404;
  2. fastcgi_split_path_info ^(.+\.php)(/.+)$;
  3. fastcgi_pass unix:/var/run/php5-fpm.sock;
  4. fastcgi_index index.php;
  5. fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
  6. include fastcgi_params;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement