From 636255bb6cfd34f81fc5278b0c35a69b3150816a Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 25 Nov 2014 21:39:30 +0000 Subject: [PATCH] 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 0e26515a..0b03eba0 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: vendor/bin/heroku-php-apache2 public +web: vendor/bin/heroku-php-nginx public