mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
fix: use ipv4 localhost instead of ipv6
This commit is contained in:
parent
96c87068c5
commit
720e3ae4bf
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ in {
|
||||||
# It's also possible to do a redirect here or something else, this vhost is not
|
# It's also possible to do a redirect here or something else, this vhost is not
|
||||||
# needed for Matrix. It's recommended though to *not put* element
|
# needed for Matrix. It's recommended though to *not put* element
|
||||||
# here, see also the section about Element.
|
# here, see also the section about Element.
|
||||||
locations."/".proxyPass = "http://[::1]:4321";
|
locations."/".proxyPass = "http://127.0.0.1:4321";
|
||||||
# Forward all Matrix API calls to the synapse Matrix homeserver. A trailing slash
|
# Forward all Matrix API calls to the synapse Matrix homeserver. A trailing slash
|
||||||
# *must not* be used here.
|
# *must not* be used here.
|
||||||
locations."/_matrix".proxyPass = "http://[::1]:8008";
|
locations."/_matrix".proxyPass = "http://[::1]:8008";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue