Skip to content

Commit

Permalink
minor #13729 fix a minor typo (xabbuh)
Browse files Browse the repository at this point in the history
This PR was merged into the 3.4 branch.

Discussion
----------

fix a minor typo

Commits
-------

dfe23c6 fix a minor typo
  • Loading branch information
javiereguiluz committed May 29, 2020
2 parents 99d796e + dfe23c6 commit 11d1135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/web_server_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ The **minimum configuration** to get your application running under nginx is:
location / {
# try to serve file directly, fallback to app.php
# replace app.php by app_dev.php in dev
# replace app.php with app_dev.php in dev
try_files $uri /app.php$is_args$args;
}
# DEV
Expand Down

0 comments on commit 11d1135

Please sign in to comment.