Guest User

Untitled

a guest
Aug 16th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. location ~ .php$ {
  2. #fastcgi_pass 127.0.0.1:9000;
  3. fastcgi_index index.php;
  4. fastcgi_pass unix:/run/php/php7.2-fpm.sock;
  5. #fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
  6. #include fastcgi_params;
  7. }
Add Comment
Please, Sign In to add comment