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'; + + +