We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f1b33 commit fed56c2Copy full SHA for fed56c2
cookbook/configuration/web_server_configuration.rst
@@ -207,6 +207,8 @@ are:
207
try_files $uri /app.php$is_args$args;
208
}
209
# 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
212
location ~ ^/(app_dev|config)\.php(/|$) {
213
fastcgi_pass unix:/var/run/php5-fpm.sock;
214
fastcgi_split_path_info ^(.+\.php)(/.*)$;
0 commit comments