Skip to content

Commit

Permalink
One more little fix to the regex.
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Gibson committed Jun 7, 2011
1 parent 4ecbd15 commit 096c0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtualhosts/localhost.theadobestudio.com.conf
Expand Up @@ -19,7 +19,7 @@ server
# A handy function that became available in 0.7.31 that breaks down
# The path information based on the provided regex expression
# This is handy for requests such as file.php/some/paths/here/
fastcgi_split_path_info ^(/simplesamlphp/www/[a-z]+.php)(.+)$;
fastcgi_split_path_info ^(/simplesamlphp/www/[a-z]+\.php)(.+)$;

fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PATH_INFO $fastcgi_path_info;
Expand Down

0 comments on commit 096c0cb

Please sign in to comment.