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

Commit

Permalink
background jobs url is gone now
Browse files Browse the repository at this point in the history
dwradcliffe committed Oct 21, 2015
1 parent b8b1c16 commit cf9e2f6
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Original file line number Diff line number Diff line change
@@ -219,7 +219,7 @@ GRAPH
rubygems-sensu (>= 0.0.0)
rubygems-ssh (>= 0.0.0)
rubygems-utility (>= 0.0.0)
rubygems-app (0.0.58)
rubygems-app (0.0.59)
apt (>= 0.0.0)
chef-vault (>= 0.0.0)
datadog (>= 0.0.0)
2 changes: 1 addition & 1 deletion cookbooks/rubygems-app/metadata.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name 'rubygems-app'

version '0.0.58'
version '0.0.59'

depends 'apt'
depends 'chef-vault'
5 changes: 0 additions & 5 deletions cookbooks/rubygems-app/templates/default/nginx.conf.erb
Original file line number Diff line number Diff line change
@@ -24,11 +24,6 @@ server {
# doc root
root <%= @rails_root %>/current/public;

location /internal/background_job_stats {
access_log off;
return 404;
}

# redirect not found error to the static page /404.html
error_page 404 @400_errors;
location @400_errors {

0 comments on commit cf9e2f6

Please sign in to comment.