Skip to content

Commit 11d1135

Browse files
committed
minor #13729 fix a minor typo (xabbuh)
This PR was merged into the 3.4 branch. Discussion ---------- fix a minor typo Commits ------- dfe23c6 fix a minor typo
2 parents 99d796e + dfe23c6 commit 11d1135

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)