We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f6f05c commit cef629cCopy full SHA for cef629c
cookbook/configuration/web_server_configuration.rst
@@ -223,9 +223,9 @@ are:
223
include fastcgi_params;
224
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
225
fastcgi_param HTTPS off;
226
- # Prevents URI's that include the front controller. This will 404:
+ # Prevents URIs that include the front controller. This will 404:
227
# http://domain.tld/app.php/some-path
228
- # Remove the internal directive to allow URI's like this
+ # Remove the internal directive to allow URIs like this
229
internal;
230
}
231
0 commit comments