mirror of
https://github.com/open-webui/docs
synced 2025-05-19 10:52:14 +00:00
Update https-nginx.md
Edit to add a tab for documentation of setting HTTPS through Nginx Proxy Manager. (easiest method to follow). I wrote NginxProxyManager.md which will be located at /tab-nginx folder.
This commit is contained in:
parent
7735f38393
commit
9f3d8e6480
@ -23,11 +23,15 @@ Choose the method that best fits your deployment needs.
|
|||||||
import Tabs from '@theme/Tabs';
|
import Tabs from '@theme/Tabs';
|
||||||
import TabItem from '@theme/TabItem';
|
import TabItem from '@theme/TabItem';
|
||||||
|
|
||||||
|
import NginxProxyManager from './tab-nginx/NginxProxyManager.md';
|
||||||
import SelfSigned from './tab-nginx/SelfSigned.md';
|
import SelfSigned from './tab-nginx/SelfSigned.md';
|
||||||
import LetsEncrypt from './tab-nginx/LetsEncrypt.md';
|
import LetsEncrypt from './tab-nginx/LetsEncrypt.md';
|
||||||
import Windows from './tab-nginx/Windows.md';
|
import Windows from './tab-nginx/Windows.md';
|
||||||
|
|
||||||
<Tabs>
|
<Tabs>
|
||||||
|
<TabItem value="NginxProxyManager" label="Nginx Proxy Manager">
|
||||||
|
<NginxProxyManager />
|
||||||
|
</TabItem>
|
||||||
<TabItem value="letsencrypt" label="Let's Encrypt">
|
<TabItem value="letsencrypt" label="Let's Encrypt">
|
||||||
<LetsEncrypt />
|
<LetsEncrypt />
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
Loading…
Reference in New Issue
Block a user