8000 Updated docblock for config in DEV environment. · symfony/symfony-docs@fed56c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit fed56c2

Browse files
phansysweaverryan
authored andcommitted
Updated docblock for config in DEV environment.
1 parent d1f1b33 commit fed56c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cookbook/configuration/web_server_configuration.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ are:
207207
try_files $uri /app.php$is_args$args;
208208
}
209209
# DEV
210+
# Be sure to remove app_dev.php and config.php scripts when app is
211+
# deployed to PROD environment, this rule only must be placed on DEV
210212
location ~ ^/(app_dev|config)\.php(/|$) {
211213
fastcgi_pass unix:/var/run/php5-fpm.sock;
212214
fastcgi_split_path_info ^(.+\.php)(/.*)$;

0 commit comments

Comments
 (0)
0