From 3095a4c6048f11adf5f381ca201586f6a3342ddd Mon Sep 17 00:00:00 2001 From: Self Denial Date: Fri, 12 Apr 2024 16:07:53 -0600 Subject: [PATCH] Fix typos --- docs/getting-started/env-configuration.md | 2 +- docs/tutorial/apache.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index 66ff206..54ebb5c 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -2,7 +2,7 @@ ## App/Backend ## -Here is a list of supported enviornment variables ready by `backend/config.py` intended to provide Open WebUI configuration. See also the [logging environment variables](/getting-started/logging#appbackend). +Here is a list of supported environment variables used by `backend/config.py` intended to provide Open WebUI startup configurability. See also the [logging environment variables](/getting-started/logging#appbackend). | Environment Variable | App/Backend | | --------------------------------- | --------------------------------------------------------------------------- | diff --git a/docs/tutorial/apache.md b/docs/tutorial/apache.md index db11b47..4a82f26 100644 --- a/docs/tutorial/apache.md +++ b/docs/tutorial/apache.md @@ -2,7 +2,7 @@ :::note If you plan to expose this to the wide area network, consider implementing security like a [network firewall](https://github.com/chr0mag/geoipsets), [web application firewall](https://github.com/owasp-modsecurity/ModSecurity), and [threat intelligence](https://github.com/crowdsecurity/crowdsec). -Additionally, it's strongly recommended to enable HTST possibly like `Header always set Strict-Transport-Security "max-age=31536000; includeSubDomains"` within your **HTTPS** configuration and a redirect of some kind to your **HTTPS URL** within your **HTTP** configuration. For free SSL certification, [Let's Encrypt](https://letsencrypt.org/) is a good option coupled with [Certbot](https://github.com/certbot/certbot) management. +Additionally, it's strongly recommended to enable HSTS possibly like `Header always set Strict-Transport-Security "max-age=31536000; includeSubDomains"` within your **HTTPS** configuration and a redirect of some kind to your **HTTPS URL** within your **HTTP** configuration. For free SSL certification, [Let's Encrypt](https://letsencrypt.org/) is a good option coupled with [Certbot](https://github.com/certbot/certbot) management. ::: Sometimes, its beneficial to host Ollama, separate from the UI, but retain the RAG and RBAC support features shared across users: @@ -128,7 +128,7 @@ Navigate to the apache sites-available directory: `nano models.server.city.conf` # match this with your ollama server domain -Add the folloing virtualhost containing this example (modify as needed): +Add the follwoing virtualhost containing this example (modify as needed): ```