Explorar o código

site config nginx blackfire

Vincent GUFFON %!s(int64=5) %!d(string=hai) anos
pai
achega
ff7c3d8df8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docker/nginx/site.conf

+ 1 - 1
docker/nginx/site.conf

@@ -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;