From dfe23c652de42de0e27f4c68fa1f04878e48ebc9 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Fri, 29 May 2020 15:49:12 +0200 Subject: [PATCH] fix a minor typo --- setup/web_server_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/web_server_configuration.rst b/setup/web_server_configuration.rst index 52d673e5aca..fc382b701fd 100644 --- a/setup/web_server_configuration.rst +++ b/setup/web_server_configuration.rst @@ -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