Skip to content

Commit

Permalink
i dont get it
Browse files Browse the repository at this point in the history
  • Loading branch information
Unischneider committed Oct 27, 2024
1 parent 6a30681 commit bafc029
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ server {
try_files $uri $uri/ /index.html;
}

# Proxy API requests to the backend service (angelos-app)
location /api/ {
proxy_pass http://angelos-app:8000;
proxy_set_header Host $host;
Expand Down

0 comments on commit bafc029

Please sign in to comment.