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:
VooDisss 2025-04-28 10:40:51 +03:00 committed by GitHub
parent 7735f38393
commit 9f3d8e6480
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>