chore: update 8 file(s)

This commit is contained in:
mike
2025-12-28 07:59:46 +01:00
parent 19acb7ef15
commit 5805f1e81c
8 changed files with 5 additions and 9 deletions

View File

@@ -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;