chore: update 8 file(s)
This commit is contained in:
@@ -16,8 +16,8 @@ server {
|
||||
log_not_found off;
|
||||
}
|
||||
|
||||
location = style.css {
|
||||
try_files /style.css =204;
|
||||
location = style2.css {
|
||||
try_files /style2.css =204;
|
||||
}
|
||||
|
||||
location = chatv3.js {
|
||||
@@ -53,7 +53,7 @@ server {
|
||||
|
||||
# Proxy API requests to stoic.lan (192.168.1.159)
|
||||
location /api/stoic/ {
|
||||
proxy_pass http://192.168.1.159:1234/v1/;
|
||||
proxy_pass http://192.168.1.159:8081/v1/;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
|
||||
Reference in New Issue
Block a user