From 9f3d8e6480ffdf345339bf927f2870e4fb5e2df5 Mon Sep 17 00:00:00 2001 From: VooDisss <41582720+VooDisss@users.noreply.github.com> Date: Mon, 28 Apr 2025 10:40:51 +0300 Subject: [PATCH] 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. --- docs/tutorials/https-nginx.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/tutorials/https-nginx.md b/docs/tutorials/https-nginx.md index 0534281..97ee7dd 100644 --- a/docs/tutorials/https-nginx.md +++ b/docs/tutorials/https-nginx.md @@ -23,11 +23,15 @@ Choose the method that best fits your deployment needs. import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; +import NginxProxyManager from './tab-nginx/NginxProxyManager.md'; import SelfSigned from './tab-nginx/SelfSigned.md'; import LetsEncrypt from './tab-nginx/LetsEncrypt.md'; import Windows from './tab-nginx/Windows.md'; + + +