Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
7eda3d0c
"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "363d1ab7e24c5ed6c190abb00df66d9edb74383b"
Unverified
Commit
7eda3d0c
authored
Nov 29, 2023
by
James Radtke
Committed by
GitHub
Nov 29, 2023
Browse files
Corrected transposed 129 to 192 for OLLAMA_ORIGINS example (#1325)
parent
7194a07d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/faq.md
docs/faq.md
+1
-1
No files found.
docs/faq.md
View file @
7eda3d0c
...
@@ -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://1
2
9.168.1.1:*,https://example.com"'
>>
/etc/systemd/system/ollama.service.d/environment.conf
echo
'Environment="OLLAMA_ORIGINS=http://19
2
.168.1.1:*,https://example.com"'
>>
/etc/systemd/system/ollama.service.d/environment.conf
```
```
Reload
`systemd`
and restart Ollama:
Reload
`systemd`
and restart Ollama:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment