chore: update 1 file(s)
This commit is contained in:
@@ -27,6 +27,14 @@ server {
|
||||
try_files /index.html =404;
|
||||
}
|
||||
|
||||
location = /style.css {
|
||||
try_files /style.css =404;
|
||||
}
|
||||
|
||||
location = /chatv2.js {
|
||||
try_files /chatv2.js =404;
|
||||
}
|
||||
|
||||
# Proxy API requests to plato.lan (192.168.1.74)
|
||||
location /api/plato/ {
|
||||
proxy_pass http://192.168.1.74:1234/v1/;
|
||||
|
||||
Reference in New Issue
Block a user