Unverified Commit 7eda3d0c authored by James Radtke's avatar James Radtke Committed by GitHub
Browse files

Corrected transposed 129 to 192 for OLLAMA_ORIGINS example (#1325)

parent 7194a07d
...@@ -59,7 +59,7 @@ OLLAMA_ORIGINS=http://192.168.1.1:*,https://example.com ollama serve ...@@ -59,7 +59,7 @@ OLLAMA_ORIGINS=http://192.168.1.1:*,https://example.com ollama serve
On Linux: On Linux:
```bash ```bash
echo 'Environment="OLLAMA_ORIGINS=http://129.168.1.1:*,https://example.com"' >>/etc/systemd/system/ollama.service.d/environment.conf echo 'Environment="OLLAMA_ORIGINS=http://192.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