Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
sweep_score only
Browse files Browse the repository at this point in the history
  • Loading branch information
Erin Schnabel committed Nov 14, 2018
1 parent 80a7913 commit 7327347
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,7 @@ http {
proxy_pass $upstream_auth$request_uri;
}

location /couchdb/map_repository {
set $upstream_couchdb http://couchdb:5984;
rewrite ^/couchdb(?:/(.*))? /$1 break;
proxy_pass $upstream_couchdb;
}
location /couchdb/playerdb {
location /couchdb/sweep_score {
set $upstream_couchdb http://couchdb:5984;
rewrite ^/couchdb(?:/(.*))? /$1 break;
proxy_pass $upstream_couchdb;
Expand Down

0 comments on commit 7327347

Please sign in to comment.