This commit is contained in:
2025-01-25 12:49:05 +02:00
parent b3acc79e0d
commit a93ddcb837
2 changed files with 7 additions and 3 deletions

View File

@@ -173,6 +173,9 @@ http {
proxy_pass http://MIH-AI:11434/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
location ~ /.well-known/acme-challenge/ {