aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2011-03-10 17:33:48 +0000
committerAlexis Metaireau <alexis@notmyidea.org>2011-03-10 17:33:48 +0000
commit044ccd2d470b266de437d6aa9cec99f928cb305b (patch)
tree0a23dea4a6255b4c133d877a2b9fb4084e72e30d
parentde708ce3efec2ab70b6b77781957766ae47f9068 (diff)
downloadihatemoney-mirror-044ccd2d470b266de437d6aa9cec99f928cb305b.zip
ihatemoney-mirror-044ccd2d470b266de437d6aa9cec99f928cb305b.tar.gz
ihatemoney-mirror-044ccd2d470b266de437d6aa9cec99f928cb305b.tar.bz2
update the names in the nginx conf
-rw-r--r--conf/nginx.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/nginx.conf b/conf/nginx.conf
index 783d3be..c4a9ad5 100644
--- a/conf/nginx.conf
+++ b/conf/nginx.conf
@@ -17,12 +17,12 @@ server {
proxy_busy_buffers_size 32k;
proxy_intercept_errors on;
if (!-f $request_filename) {
- proxy_pass http://fractals_backend;
+ proxy_pass http://budget_backend;
break;
}
}
}
-upstream fractals_backend {
+upstream budget_backend {
server unix:/path/to/app/budget.gunicorn.sock;
}