Skip to content

Commit 66ee17e

Browse files
authored
Nginx dev config
1 parent a75126b commit 66ee17e

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)