Skip to content

Commit

Permalink
Updated docblock for config in DEV environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
phansys authored and weaverryan committed Nov 4, 2014
1 parent d1f1b33 commit fed56c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cookbook/configuration/web_server_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ are:
try_files $uri /app.php$is_args$args;
}
# DEV
# Be sure to remove app_dev.php and config.php scripts when app is
# deployed to PROD environment, this rule only must be placed on DEV
location ~ ^/(app_dev|config)\.php(/|$) {
fastcgi_pass unix:/var/run/php5-fpm.sock;
fastcgi_split_path_info ^(.+\.php)(/.*)$;
Expand Down

0 comments on commit fed56c2

Please sign in to comment.