Skip to content

Commit dfe23c6

Browse files
committed
fix a minor typo
1 parent 99d796e commit dfe23c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/web_server_configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ The **minimum configuration** to get your application running under nginx is:
264264
265265
location / {
266266
# try to serve file directly, fallback to app.php
267-
# replace app.php by app_dev.php in dev
267+
# replace app.php with app_dev.php in dev
268268
try_files $uri /app.php$is_args$args;
269269
}
270270
# DEV

0 commit comments

Comments
 (0)