-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Nginx proxy confuguration in install docs is not working ( regex issue) #9155
Comments
This was updated in #8227, maybe that had a bug. You should be able to do the same thing by specifying both I'd suggest asking in #synapse:matrix.org to see if anyone has thoughts. |
Thank you very much it is solved based 8227 and sorry for opening the ticket in the wrong repository . |
@waleedsaud This is the correct repository. Can you describe a bit more about how you fixed this? I'm curious if there's a bug in our documentation! |
I used the / instead on the whole regex . |
Can you post the whole nginx location {} block you are using that works? I suck at regex :) This should still be an open issue, as the nginx config at https://github.com/matrix-org/synapse/blob/develop/docs/reverse_proxy.md#nginx does not properly proxy. Thank you! |
|
The fix above exposes
|
Description
Steps to reproduce
Nginx can't find the url part specified by this regex
location ~* ^(\/_matrix|\/_synapse\/client)
.The text was updated successfully, but these errors were encountered: