Skip to content

Commit 49e2b7c

Browse files
Revert "feat: adding ai endpoint"
This reverts commit 01d4002. Open-WebUi doesn't support setting a base url.
1 parent 2eb92dc commit 49e2b7c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

nginx/filesystem/etc/nginx/conf.d/nginx.conf

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,6 @@ server {
8080
proxy_set_header X-Forwarded-Port $server_port;
8181
}
8282

83-
location /ox-ai {
84-
proxy_pass http://${IP_ADDRESS}:8089;
85-
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
86-
proxy_set_header X-Forwarded-Proto $scheme;
87-
proxy_set_header X-Forwarded-Port $server_port;
88-
}
89-
9083
# Verification for our SSL certificate with Let's Encrypt
9184
location /.well-known {
9285
root /usr/share/nginx/html;

0 commit comments

Comments
 (0)