标签:fas bsp split pre pass param cgi ast soc
location ~ [^/]\.php(/|$) { #fastcgi_pass remote_php_ip:9000; fastcgi_pass unix:/dev/shm/php-cgi.sock; fastcgi_index index.php; fastcgi_split_path_info ^(.+\.php)(.*)$; fastcgi_param PATH_INFO $fastcgi_path_info; include fastcgi.conf; }
标签:fas bsp split pre pass param cgi ast soc
原文地址:https://www.cnblogs.com/dongbo/p/10393995.html