diff options
| author | Alexis Metaireau <alexis@notmyidea.org> | 2011-03-10 17:33:48 +0000 |
|---|---|---|
| committer | Alexis Metaireau <alexis@notmyidea.org> | 2011-03-10 17:33:48 +0000 |
| commit | 044ccd2d470b266de437d6aa9cec99f928cb305b (patch) | |
| tree | 0a23dea4a6255b4c133d877a2b9fb4084e72e30d /conf/nginx.conf | |
| parent | de708ce3efec2ab70b6b77781957766ae47f9068 (diff) | |
| download | ihatemoney-mirror-044ccd2d470b266de437d6aa9cec99f928cb305b.zip ihatemoney-mirror-044ccd2d470b266de437d6aa9cec99f928cb305b.tar.gz ihatemoney-mirror-044ccd2d470b266de437d6aa9cec99f928cb305b.tar.bz2 | |
update the names in the nginx conf
Diffstat (limited to 'conf/nginx.conf')
| -rw-r--r-- | conf/nginx.conf | 4 |
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; } |
