commit e44ce531d297775c1f6733ea5168d8634dfb3856 parent bb83b72e631a703d459cb1dd415635b0c8ada17e Author: MTRNord <MTRNord@users.noreply.github.com> Date: Wed, 1 Oct 2025 19:22:15 +0200 Meow Diffstat:
| M | apps/talos_cluster/mailserver/mailman-nginx.conf | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/talos_cluster/mailserver/mailman-nginx.conf b/apps/talos_cluster/mailserver/mailman-nginx.conf @@ -21,7 +21,7 @@ http { } location / { - uwsgi_pass localhost:8080; + uwsgi_pass 127.0.0.1:8080; #proxy_pass http://127.0.0.1:8000; include uwsgi_params; uwsgi_read_timeout 300;