mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-17 13:54:59 +00:00
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:
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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user