Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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;


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: