Skip to content

Commit cef629c

Browse files
committed
Fixes thanks to @xabbuh
1 parent 9f6f05c commit cef629c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/configuration/web_server_configuration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,9 @@ are:
223223
include fastcgi_params;
224224
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
225225
fastcgi_param HTTPS off;
226-
# Prevents URI's that include the front controller. This will 404:
226+
# Prevents URIs that include the front controller. This will 404:
227227
# http://domain.tld/app.php/some-path
228-
# Remove the internal directive to allow URI's like this
228+
# Remove the internal directive to allow URIs like this
229229
internal;
230230
}
231231

0 commit comments

Comments
 (0)