docker-webserver-nginx/rootfs-php74/app/nginx/php7.conf

7 lines
254 B
Plaintext
Raw Permalink Normal View History

2024-12-19 10:37:57 +00:00
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;
}