Roxedus

php.conf

Jan 31st, 2018
408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nginx 0.19 KB | None | 0 0
  1.     location ~ \.php$ {
  2.         fastcgi_split_path_info ^(.+\.php)(/.+)$;
  3.         fastcgi_pass 127.0.0.1:9000;
  4.         fastcgi_index index.php;
  5.         include /etc/nginx/fastcgi_params;
  6.     }
Advertisement