We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a30681 commit bafc029Copy full SHA for bafc029
nginx.conf
@@ -7,7 +7,6 @@ server {
7
try_files $uri $uri/ /index.html;
8
}
9
10
- # Proxy API requests to the backend service (angelos-app)
11
location /api/ {
12
proxy_pass http://angelos-app:8000;
13
proxy_set_header Host $host;
0 commit comments