Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.27 KB | None | 0 0
  1. fastcgi_split_path_info ^(.+\.php)(/.+)$;
  2.                 fastcgi_pass unix:/var/run/php/php7.3-fpm.sock;
  3.                 fastcgi_index index.php;
  4.                 fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
  5.                 include fastcgi_params;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement