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 99d796e commit dfe23c6Copy full SHA for dfe23c6
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