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.
2 parents 99d796e + dfe23c6 commit 11d1135Copy full SHA for 11d1135
setup/web_server_configuration.rst
@@ -264,7 +264,7 @@ The **minimum configuration** to get your application running under nginx is:
264
265
location / {
266
# try to serve file directly, fallback to app.php
267
- # replace app.php by app_dev.php in dev
+ # replace app.php with app_dev.php in dev
268
try_files $uri /app.php$is_args$args;
269
}
270
# DEV
0 commit comments