This commit is contained in:
6
rootfs-php74/app/nginx/php7.conf
Normal file
6
rootfs-php74/app/nginx/php7.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
location ~ \.php$ {
|
||||
fastcgi_split_path_info ^(.+\.php)(/.*)$;
|
||||
fastcgi_pass 127.0.0.1:9000;
|
||||
include fastcgi.conf;
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||
}
|
||||
Reference in New Issue
Block a user