Explorar el Código

site config nginx blackfire

Vincent GUFFON hace 5 años
padre
commit
ff7c3d8df8
Se han modificado 1 ficheros con 1 adiciones y 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;