From c90456e53ddf5f15b8194ecb87fc080aa2a5a48c Mon Sep 17 00:00:00 2001 From: Dewi Roberts Date: Thu, 12 Jun 2025 18:26:04 +0300 Subject: [PATCH] Altered directory --- .../add-secure-apps/providers/proxy/_nginx_standalone.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/website/docs/add-secure-apps/providers/proxy/_nginx_standalone.md b/website/docs/add-secure-apps/providers/proxy/_nginx_standalone.md index f66e76750e..da4fb2d25d 100644 --- a/website/docs/add-secure-apps/providers/proxy/_nginx_standalone.md +++ b/website/docs/add-secure-apps/providers/proxy/_nginx_standalone.md @@ -1,4 +1,4 @@ -Create a `http_top.conf` file in your niginx custom directory (`data/nginx/custom/`) with the following content: +Create a `http_top.conf` file in your nginx `conf.d` directory (`/nginx/conf.d/`) with the following content: ```nginx map $http_upgrade $connection_upgrade { @@ -7,10 +7,6 @@ map $http_upgrade $connection_upgrade { } ``` -note::: -You may need to create the `/custom` directory if it doesn't already exist. -::: - Use the following nginx template: ```nginx