Git Product home page Git Product logo

Comments (3)

spantaleev avatar spantaleev commented on July 21, 2024

If I don't misunderstand, curl http://127.0.0.1:81 should not return 404 page not found.
However, it does on my side, whereas curl -H 'Host: matrix.DOMAIN' http://127.0.0.1:81 returns Found.

You're saing exactly the opposite of what our documentation page says.

Hitting 127.0.0.1:81 without a proper Host header is supposed to return 404 not found. It only works if you send a proper Host header.


Federation tester is testing everything and currently choking on the federation port (8448). Are you sure your own reverse-proxy is handling this port? It's supposed to proxy_pass this federation traffic (coming on port 8448) to 127.0.0.1:8449, not to 127.0.0.1:81.

127.0.0.1:81 is for Matrix Client-Server traffic and other (regular) web requests for the other services (element.DOMAIN, etc).

I suggest that you check whether https://matrix.DOMAIN:8448 works for you and to adjust things until it does.
You may also run the playbook's self-check (just run-tags self-check).

from matrix-docker-ansible-deploy.

jalemann avatar jalemann commented on July 21, 2024

Thanks for the clarification, I did misunderstand it.
Should curl -H 'Host: matrix.DOMAIN' http://127.0.0.1:8449 also return Found then?

Ah yes, https://matrix.DOMAIN:8448 returns 404 at the moment, even though it seems to be set in my nginx conf (matrix.DOMAIN:8448 forwarded to localhost:8449).
I will review my nginx and playbook configs.

The self-check returns no errors.

from matrix-docker-ansible-deploy.

jalemann avatar jalemann commented on July 21, 2024

Oh wow, turns out I just needed to reboot.
Maybe something went wrong when trying out the new specialized workers and disabling them again.
If someone runs into the same issue, just reboot. Nginx config in examples should continue to work when fronting the playbook traefik.

from matrix-docker-ansible-deploy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.