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

Commit

Permalink
Remove slackin endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Erin Schnabel authored and ebullient committed Jan 12, 2022
1 parent 3ca1ceb commit 7a15ccb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,6 @@ http {
proxy_pass $upstream_room$request_uri;
}

location /slackin {
set $upstream_slackin http://slackin:3000;
rewrite ^/slackin(?:/(.*))? /$1 break;
proxy_pass $upstream_slackin;
}

location /swagger {
set $upstream_swagger http://swagger:8080;
proxy_pass $upstream_swagger$request_uri;
Expand Down

0 comments on commit 7a15ccb

Please sign in to comment.