Comment by babuskov
19 hours ago
The default NGINX PHP integration uses this:
# regex to split $uri to $fastcgi_script_name and $fastcgi_path
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
set $path_info $fastcgi_path_info;
19 hours ago
The default NGINX PHP integration uses this:
# regex to split $uri to $fastcgi_script_name and $fastcgi_path
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
set $path_info $fastcgi_path_info;
No comments yet
Contribute on Hacker News ↗