Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kenahrens committed Apr 9, 2024
1 parent 19904d8 commit f5da14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/nginx-default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ server {
add_header 'Access-Control-Allow-Headers' 'DNT,Authorization,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range' always;
add_header 'Access-Control-Expose-Headers' 'Content-Length,Content-Range' always;
}
proxy_pass http://ai-testing.api.default.svc.cluster.local:80/;
proxy_pass http://ai-testing-api.default.svc.cluster.local:80/;
proxy_http_version 1.1;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
Expand Down

0 comments on commit f5da14d

Please sign in to comment.