Skip to content

Commit 99d796e

Browse files
committed
minor #13714 Nginx dev config (Herz3h)
This PR was merged into the 3.4 branch. Discussion ---------- Nginx dev config <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 66ee17e Nginx dev config
2 parents a75126b + 66ee17e commit 99d796e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup/web_server_configuration.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +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
267268
try_files $uri /app.php$is_args$args;
268269
}
269270
# DEV

0 commit comments

Comments
 (0)