Skip to content

Commit

Permalink
Merge pull request #4 from ls1intum/sidebar-filter
Browse files Browse the repository at this point in the history
Add proxy pass for new chatbot
  • Loading branch information
ninori9 authored Jan 31, 2025
2 parents 06ae39b + ed9caea commit 25ec933
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions reverse-proxy/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ server {
proxy_set_header X-Real-IP $remote_addr;
}

location /chat-heilbronn/ {
proxy_pass http://chatbot-org5:80/;
proxy_http_version 1.1;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
}

location /api/ {
proxy_pass http://angelos-server:9007;
proxy_set_header Host $host;
Expand Down

0 comments on commit 25ec933

Please sign in to comment.