From 636255bb6cfd34f81fc5278b0c35a69b3150816a Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 25 Nov 2014 21:39:30 +0000 Subject: [PATCH 1/4] Switch to using nginx over Apache for Heroku deployments --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 0e26515a0..0b03eba04 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: vendor/bin/heroku-php-apache2 public +web: vendor/bin/heroku-php-nginx public From c3089f6eb139aad69a6cf9045234af302770ca35 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 25 Nov 2014 21:46:25 +0000 Subject: [PATCH 2/4] Don't pass an arg to nginx --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 0b03eba04..5a6832347 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: vendor/bin/heroku-php-nginx public +web: vendor/bin/heroku-php-nginx From 05ef1c39c1cec1f77121757d97627537745dc0dd Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 25 Nov 2014 21:49:46 +0000 Subject: [PATCH 3/4] Try public_html --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 5a6832347..3de6cbcf3 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: vendor/bin/heroku-php-nginx +web: vendor/bin/heroku-php-nginx public_html From 008814f7adac20b3f8c432aa0bba2ce489c9a195 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 27 Dec 2014 18:05:54 +0000 Subject: [PATCH 4/4] Try using public directory --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 3de6cbcf3..0b03eba04 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: vendor/bin/heroku-php-nginx public_html +web: vendor/bin/heroku-php-nginx public