Unverified Commit db342691 authored by Michael Yang's avatar Michael Yang Committed by GitHub
Browse files

Update docs/faq.md


Co-authored-by: default avatarBruce MacDonald <brucewmacdonald@gmail.com>
parent a5a2adf1
...@@ -46,7 +46,7 @@ echo "Environment=OLLAMA_HOST=0.0.0.0:11434" >>/etc/systemd/system/ollama.servic ...@@ -46,7 +46,7 @@ echo "Environment=OLLAMA_HOST=0.0.0.0:11434" >>/etc/systemd/system/ollama.servic
``` ```
```bash ```bash
echo "Environment=OLLAMA_HOST=http://129.168.1.1:*,https://example.com" >>/etc/systemd/system/ollama.service.d/environment.conf echo "Environment=OLLAMA_ORIGINS=http://129.168.1.1:*,https://example.com" >>/etc/systemd/system/ollama.service.d/environment.conf
``` ```
Reload `systemd` and restart Ollama. Reload `systemd` and restart Ollama.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment