瀏覽代碼

site config nginx blackfire

Vincent GUFFON 5 年之前
父節點
當前提交
ff7c3d8df8
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;