Skip to content

Commit

Permalink
upstream proxy location incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
podman committed Aug 8, 2013
1 parent ae32910 commit 0e0147a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbooks/nginx/templates/default/server.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ server {
set $test "${test}M";
}
if ($test != VPM) {
proxy_pass http://sproutvideo_upstream;
proxy_pass http://upstream_sproutvideo;
break;
}
upload_pass /internalvideos;
Expand All @@ -84,7 +84,7 @@ server {

location /internalvideos {
include /etc/nginx/common/proxy.conf;
proxy_pass http://sproutvideo_upstream;
proxy_pass http://upstream_sproutvideo;
break;
}

Expand Down

0 comments on commit 0e0147a

Please sign in to comment.