From 0fc3c1b2564c94f53108d9b5606800c7a66a9ff6 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 1 Aug 2015 16:07:11 +0100 Subject: [PATCH] Try a different nginx buildpack --- .env | 2 +- .nginx => .static | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .nginx => .static (100%) diff --git a/.env b/.env index 7b03d75..983a081 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -export BUILDPACK_URL=https://github.com/progrium/buildpack-nginx.git \ No newline at end of file +export BUILDPACK_URL=https://github.com/florianheinemann/buildpack-nginx.git \ No newline at end of file diff --git a/.nginx b/.static similarity index 100% rename from .nginx rename to .static