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 <own3mall@gmail.com> * Update metadata check-spelling run (pull_request) for patch-1 Signed-off-by: check-spelling-bot <check-spelling-bot@users.noreply.github.com> on-behalf-of: @check-spelling <check-spelling-bot@check-spelling.dev> --------- Signed-off-by: OwN-3m-All <own3mall@gmail.com> Signed-off-by: check-spelling-bot <check-spelling-bot@users.noreply.github.com> Co-authored-by: Jason Cameron <git@jasoncameron.dev>
This commit is contained in:
parent
d6f1f24e1b
commit
99bd06b8c3
2 changed files with 4 additions and 0 deletions
2
.github/actions/spelling/expect.txt
vendored
2
.github/actions/spelling/expect.txt
vendored
|
|
@ -236,6 +236,7 @@ pki
|
||||||
podkova
|
podkova
|
||||||
podman
|
podman
|
||||||
poststart
|
poststart
|
||||||
|
poxied
|
||||||
prebaked
|
prebaked
|
||||||
privkey
|
privkey
|
||||||
promauto
|
promauto
|
||||||
|
|
@ -278,6 +279,7 @@ shirou
|
||||||
Sidetrade
|
Sidetrade
|
||||||
simprint
|
simprint
|
||||||
sitemap
|
sitemap
|
||||||
|
Slackware
|
||||||
sls
|
sls
|
||||||
sni
|
sni
|
||||||
Spambot
|
Spambot
|
||||||
|
|
|
||||||
|
|
@ -129,6 +129,8 @@ server {
|
||||||
listen unix:/run/nginx/nginx.sock;
|
listen unix:/run/nginx/nginx.sock;
|
||||||
|
|
||||||
server_name mimi.techaro.lol;
|
server_name mimi.techaro.lol;
|
||||||
|
|
||||||
|
port_in_redirect off;
|
||||||
root "/srv/http/mimi.techaro.lol";
|
root "/srv/http/mimi.techaro.lol";
|
||||||
index index.html;
|
index index.html;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue