cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit b1575fb2a64ee250206b73efcad1f81d94e4c8e3
parent 450bb783cda449bd4575e65f984f513216259143
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Wed,  1 Oct 2025 16:20:25 +0200

Meow

Diffstat:
Mapps/talos_cluster/mailserver/mailman-nginx.conf | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/apps/talos_cluster/mailserver/mailman-nginx.conf b/apps/talos_cluster/mailserver/mailman-nginx.conf @@ -18,9 +18,11 @@ http { } location / { - uwsgi_pass localhost:8080; + proxy_pass http://127.0.0.1:8000; include uwsgi_params; uwsgi_read_timeout 300; + proxy_set_header Host $host; + proxy_set_header X-Forwarded-For $remote_addr; } } }