Advertisement
Guest User

Untitled

a guest
Nov 7th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nginx 0.16 KB | None | 0 0
  1. location ~ \.php$ {
  2.     try_files       $uri =404;
  3.     fastcgi_pass    unix:/run/php-fpm/php-fpm.sock;
  4.     fastcgi_index   index.php;
  5.     include         fastcgi.conf;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement