Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2014
406
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. location ~* \.php$ {
  2. fastcgi_pass unix:/usr/local/var/run/php-fpm.sock;
  3. fastcgi_index index.php;
  4. fastcgi_split_path_info ^(.+\.php)(.*)$;
  5. include /usr/local/nginx/conf/fastcgi_params;
  6. fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement