summaryrefslogtreecommitdiff
path: root/docs/content/en/integration/proxies/nginx-proxy-manager.md
diff options
context:
space:
mode:
authorJames Elliott <james-d-elliott@users.noreply.github.com>2022-10-08 12:43:26 +1100
committerGitHub <noreply@github.com>2022-10-08 12:43:26 +1100
commitef0e4975fd2bdc9a17129ebe83bb42c9cbd22434 (patch)
treea0269c104374e9a5b2580be3d06d1bbec98bdec5 /docs/content/en/integration/proxies/nginx-proxy-manager.md
parentf119c6e9cdb60788780af91988b108a9e7216810 (diff)
docs: add nginx proxy manager details (#4147)
Adds NPM docs.
Diffstat (limited to 'docs/content/en/integration/proxies/nginx-proxy-manager.md')
-rw-r--r--docs/content/en/integration/proxies/nginx-proxy-manager.md56
1 files changed, 0 insertions, 56 deletions
diff --git a/docs/content/en/integration/proxies/nginx-proxy-manager.md b/docs/content/en/integration/proxies/nginx-proxy-manager.md
deleted file mode 100644
index 07c33f6ca..000000000
--- a/docs/content/en/integration/proxies/nginx-proxy-manager.md
+++ /dev/null
@@ -1,56 +0,0 @@
----
-title: "NGINX Proxy Manager"
-description: "An integration guide for Authelia and the NGINX Proxy Manager reverse proxy"
-lead: "A guide on integrating Authelia with NGINX Proxy Manager."
-date: 2022-06-15T17:51:47+10:00
-draft: false
-images: []
-menu:
- integration:
- parent: "proxies"
-weight: 352
-toc: true
-aliases:
- - /i/npm
----
-
-[NGINX Proxy Manager] is supported by __Authelia__. It's a [NGINX] proxy with a configuration UI.
-
-*__Important:__ When using these guides it's important to recognize that we cannot provide a guide for every possible
-method of deploying a proxy. These guides show a suggested setup only and you need to understand the proxy
-configuration and customize it to your needs. To-that-end we include links to the official proxy documentation
-throughout this documentation and in the [See Also](#see-also) section.*
-
-## UNDER CONSTRUCTION
-
-While this proxy is supported we don't have any specific documentation for it at the present time. Please see the
-[NGINX integration documentation](nginx.md) for hints on how to configure this.
-
-## Get Started
-
-It's __*strongly recommended*__ that users setting up *Authelia* for the first time take a look at our
-[Get Started](../prologue/get-started.md) guide. This takes you through various steps which are essential to
-bootstrapping *Authelia*.
-
-## Requirements
-
-[NGINX Proxy Manager] supports the required [NGINX](nginx.md#requirements) requirements for __Authelia__ out-of-the-box.
-
-## Trusted Proxies
-
-*__Important:__ You should read the [Forwarded Headers] section and this section as part of any proxy configuration.
-Especially if you have never read it before.*
-
-To configure trusted proxies for [NGINX Proxy Manager] see the [NGINX] section on
-[Trusted Proxies](nginx.md#trusted-proxies). Adapting this to [NGINX Proxy Manager] is beyond the scope of
-this documentation.
-
-## See Also
-
-* [NGINX Proxy Manager Documentation](https://nginxproxymanager.com/setup/)
-* [NGINX ngx_http_auth_request_module Module Documentation](https://nginx.org/en/docs/http/ngx_http_auth_request_module.html)
-* [Forwarded Headers]
-
-[NGINX Proxy Manager]: https://nginxproxymanager.com/
-[NGINX]: https://www.nginx.com/
-[Forwarded Headers]: fowarded-headers