From 99bd06b8c3c4c07eb2862242805b25e295e18841 Mon Sep 17 00:00:00 2001 From: OwN-3m-All Date: Fri, 29 Aug 2025 13:03:08 -0600 Subject: [PATCH] Update nginx.mdx - needs port_in_redirect off setting (#1018) * Update nginx.mdx - needs port_in_redirect off setting Signed-off-by: OwN-3m-All * Update metadata check-spelling run (pull_request) for patch-1 Signed-off-by: check-spelling-bot on-behalf-of: @check-spelling --------- Signed-off-by: OwN-3m-All Signed-off-by: check-spelling-bot Co-authored-by: Jason Cameron --- .github/actions/spelling/expect.txt | 2 ++ docs/docs/admin/environments/nginx.mdx | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt index 3a87eee..5cb0738 100644 --- a/.github/actions/spelling/expect.txt +++ b/.github/actions/spelling/expect.txt @@ -236,6 +236,7 @@ pki podkova podman poststart +poxied prebaked privkey promauto @@ -278,6 +279,7 @@ shirou Sidetrade simprint sitemap +Slackware sls sni Spambot diff --git a/docs/docs/admin/environments/nginx.mdx b/docs/docs/admin/environments/nginx.mdx index ec961cd..fcbba26 100644 --- a/docs/docs/admin/environments/nginx.mdx +++ b/docs/docs/admin/environments/nginx.mdx @@ -129,6 +129,8 @@ server { listen unix:/run/nginx/nginx.sock; server_name mimi.techaro.lol; + + port_in_redirect off; root "/srv/http/mimi.techaro.lol"; index index.html;