fix nginx config

This commit is contained in:
Christine Dodrill 2015-02-03 11:54:35 -08:00
parent 441a9e0d9a
commit 4699565476
1 changed files with 0 additions and 4 deletions

View File

@ -16,10 +16,6 @@ events {
http {
include mime.types;
upstream database {
postgres_server ${{pg POSTGRESQL_URL}};
}
server {
listen ${{PORT}};
lua_code_cache ${{CODE_CACHE}};