mirror of
https://github.com/open-webui/docs.git
synced 2026-01-02 17:59:41 +07:00
chore: format
This commit is contained in:
@@ -4,10 +4,12 @@ title: "🔒 HTTPS using Nginx"
|
||||
---
|
||||
|
||||
:::warning
|
||||
|
||||
This tutorial is a community contribution and is not supported by the Open WebUI team. It serves only as a demonstration on how to customize Open WebUI for your specific use case. Want to contribute? Check out the contributing tutorial.
|
||||
|
||||
:::
|
||||
|
||||
# HTTPS using Nginx
|
||||
## HTTPS using Nginx
|
||||
|
||||
Ensuring secure communication between your users and the Open WebUI is paramount. HTTPS (HyperText Transfer Protocol Secure) encrypts the data transmitted, protecting it from eavesdroppers and tampering. By configuring Nginx as a reverse proxy, you can seamlessly add HTTPS to your Open WebUI deployment, enhancing both security and trustworthiness.
|
||||
|
||||
@@ -19,7 +21,6 @@ This guide provides three methods to set up HTTPS:
|
||||
|
||||
Choose the method that best fits your deployment needs.
|
||||
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
|
||||
@@ -28,6 +29,7 @@ import SelfSigned from './tab-nginx/SelfSigned.md';
|
||||
import LetsEncrypt from './tab-nginx/LetsEncrypt.md';
|
||||
import Windows from './tab-nginx/Windows.md';
|
||||
|
||||
<!-- markdownlint-disable-next-line MD033 -->
|
||||
<Tabs>
|
||||
<TabItem value="NginxProxyManager" label="Nginx Proxy Manager">
|
||||
<NginxProxyManager />
|
||||
@@ -43,7 +45,6 @@ import Windows from './tab-nginx/Windows.md';
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
|
||||
## Next Steps
|
||||
|
||||
After setting up HTTPS, access Open WebUI securely at:
|
||||
|
||||
Reference in New Issue
Block a user