Add fix from Fabby for the v6 upstream issue

This commit is contained in:
Ana Custura 2026-03-24 12:44:03 +00:00
parent c22e6ed557
commit 8434cf8ba7

View file

@ -12,11 +12,11 @@ server {
}
location ^~ /_matrix {
proxy_pass http://localhost:8008;
proxy_pass http://127.0.0.1:8008;
}
location / {
proxy_pass http://localhost:5000;
proxy_pass http://127.0.0.1:5000;
}
}