Advertisement
Guest User

cocks

a guest
Jul 1st, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1.  
  2. #
  3. location ~ \.php$ {
  4. try_files $uri =404;
  5. fastcgi_split_path_info ^(.+\.php)(/.+)$;
  6.  
  7. fastcgi_pass unix:/var/run/php5-fpm.sock;
  8. fastcgi_index index.php;
  9. include fastcgi_params;
  10. fastcgi_param SCRIPT_FILENAME $document_root/$fastcgi_script_name;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement