Skip to content
This repository has been archived by the owner on Nov 4, 2019. It is now read-only.

Commit

Permalink
timezone-bot disabled due to expired google app key
Browse files Browse the repository at this point in the history
  • Loading branch information
SimY4 committed Apr 17, 2017
1 parent 8beeb3c commit 0e7095b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion docker-compose.yml
Expand Up @@ -50,7 +50,6 @@ services:
- tweet-bot
- rest-voter
- hcalendar-bot
- timezone-bot
- doit-bot
- docker-bot
- money-bot
Expand Down
10 changes: 1 addition & 9 deletions etc/nginx.conf
Expand Up @@ -18,7 +18,7 @@ server {

location /list {
default_type application/json;
return 200 '["hello", "memberberries", "wiki-bot", "search-bot", "noter-bot", "repl-bot", "stat-bot", "5minphp-bot", "loro-bot", "brackets-bot", "guido-bot", "karma-bot", "anek-bot", "ksenks-bot", "rtnumber-bot", "excerpt-bot", "tweet-bot", "rest-voter", "hcalendar-bot", "timezone-bot", "doit-bot", "money-bot", "docker-bot", "random-bot", "bot-4-bots", "lucky", "weather-bot", "or-bot"]';
return 200 '["hello", "memberberries", "wiki-bot", "search-bot", "noter-bot", "repl-bot", "stat-bot", "5minphp-bot", "loro-bot", "brackets-bot", "guido-bot", "karma-bot", "anek-bot", "ksenks-bot", "rtnumber-bot", "excerpt-bot", "tweet-bot", "rest-voter", "hcalendar-bot", "doit-bot", "money-bot", "docker-bot", "random-bot", "bot-4-bots", "lucky", "weather-bot", "or-bot"]';
}

location /api/hello/ {
Expand Down Expand Up @@ -189,14 +189,6 @@ server {
proxy_pass http://hcalendar-bot:8080/;
}

location /api/timezone-bot/ {
proxy_redirect off;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;
proxy_pass http://timezone-bot:8080/;
}

location /api/doit-bot/ {
proxy_redirect off;
proxy_set_header X-Real-IP $remote_addr;
Expand Down

0 comments on commit 0e7095b

Please sign in to comment.