Browse Source

更新配置

ff 3 years ago
parent
commit
bb657fc57f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      heroku/nginx.template.conf

+ 1 - 1
heroku/nginx.template.conf

@@ -26,7 +26,7 @@ http {
           fastcgi_split_path_info ^(.+\.php)(/.+)$;
           fastcgi_pass php:9000;
           fastcgi_index index.php;
-          include fastcgi_params;
+          include /etc/nginx/fastcgi_params;
           fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
           fastcgi_param PATH_INFO $fastcgi_path_info;
         }