Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

Commit

Permalink
fix nginx config syntax
Browse files Browse the repository at this point in the history
dwradcliffe committed Jun 23, 2014
1 parent 8583c84 commit 2386d5c
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Original file line number Diff line number Diff line change
@@ -212,7 +212,7 @@ GRAPH
collectd (>= 0.0.0)
collectd-librato (>= 0.0.0)
collectd_plugins (>= 0.0.0)
rubygems-monitoring (0.0.4)
rubygems-monitoring (0.0.5)
chef-vault (>= 0.0.0)
nginx (>= 0.0.0)
rubygems (>= 0.0.0)
2 changes: 1 addition & 1 deletion cookbooks/rubygems-monitoring/metadata.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name 'rubygems-monitoring'
maintainer 'RubyGems.org ops team'

version '0.0.4'
version '0.0.5'

depends 'chef-vault'
depends 'nginx'
Original file line number Diff line number Diff line change
@@ -20,6 +20,9 @@ server {
proxy_set_header Content-Length $content_length;
proxy_set_header Host $host;
proxy_redirect off;
proxy_pass http://localhost:8080;

location / {
proxy_pass http://localhost:8080;
}

}

0 comments on commit 2386d5c

Please sign in to comment.