|
|
@@ -67,7 +67,7 @@ server {
|
|
|
# DEV
|
|
|
# This rule should only be placed on your development environment
|
|
|
# In production, don't include this and don't deploy app_dev.php or config.php
|
|
|
- location ~ ^/(app_dev|config)\.php(/|$) {
|
|
|
+ location ~ ^/(app_dev|app_blackfire|config)\.php(/|$) {
|
|
|
fastcgi_pass php70:9000;
|
|
|
fastcgi_split_path_info ^(.+\.php)(/.*)$;
|
|
|
include fastcgi_params;
|