mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Fix typo in docs for error 400 fix when self-hosting (#938)
This commit is contained in:
parent
19c65fb82b
commit
27835628e6
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ Ensure you are using **localhost, not 127.0.0.1**, to access the admin panel to
|
|||
|
||||
:::info[DISALLOWED HOST or Bad Request (400) Error]
|
||||
You may hit this if you try access Khoj exposed on a custom domain (e.g. 192.168.12.3 or example.com) or over HTTP.
|
||||
Set the environment variables KHOJ_DOMAIN=your-domain and KHOJ_NO_HTTPS=false if required to avoid this error.
|
||||
Set the environment variables KHOJ_DOMAIN=your-domain and KHOJ_NO_HTTPS=True if required to avoid this error.
|
||||
:::
|
||||
|
||||
:::tip[Note]
|
||||
|
|
Loading…
Reference in a new issue