From 4699565476c4c0ffbc3ef4be6d551d69d16604b1 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Tue, 3 Feb 2015 11:54:35 -0800 Subject: [PATCH] fix nginx config --- nginx.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nginx.conf b/nginx.conf index f612b9c..c71ed97 100644 --- a/nginx.conf +++ b/nginx.conf @@ -16,10 +16,6 @@ events { http { include mime.types; - upstream database { - postgres_server ${{pg POSTGRESQL_URL}}; - } - server { listen ${{PORT}}; lua_code_cache ${{CODE_CACHE}};