Skip to content

Commit

Permalink
Fixes thanks to @xabbuh
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Nov 4, 2014
1 parent 9f6f05c commit cef629c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbook/configuration/web_server_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@ are:
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param HTTPS off;
# Prevents URI's that include the front controller. This will 404:
# Prevents URIs that include the front controller. This will 404:
# http://domain.tld/app.php/some-path
# Remove the internal directive to allow URI's like this
# Remove the internal directive to allow URIs like this
internal;
}
Expand Down

0 comments on commit cef629c

Please sign in to comment.