nginx: /llm-ops proxy (Phase 2 fix)
This commit is contained in:
@@ -30,6 +30,11 @@ server {
|
||||
client_max_body_size 50m;
|
||||
}
|
||||
|
||||
location /llm-ops {
|
||||
proxy_pass http://127.0.0.1:8766;
|
||||
proxy_read_timeout 130s;
|
||||
}
|
||||
|
||||
listen 443 ssl; # managed by Certbot
|
||||
ssl_certificate /etc/letsencrypt/live/contracts.kube5s.ru/fullchain.pem; # managed by Certbot
|
||||
ssl_certificate_key /etc/letsencrypt/live/contracts.kube5s.ru/privkey.pem; # managed by Certbot
|
||||
|
||||
Reference in New Issue
Block a user