From f2977c09aefc5f328763273277571298b12594c6 Mon Sep 17 00:00:00 2001 From: SamuelMoraesF Date: Mon, 29 Dec 2014 18:39:09 -0200 Subject: [PATCH] Nginx to Apache2 --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 0b03eba0..0e26515a 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: vendor/bin/heroku-php-nginx public +web: vendor/bin/heroku-php-apache2 public