server_version broken? #1092

Closed
opened 2025-09-30 07:23:47 +00:00 by gardiol · 2 comments

Doing:

curl https://subdomain.mydomain.com/_conduwuit/server_version

return:

<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.26.3</center>
</body>
</html>

Is this expected? The server is working fine...

Doing: `curl https://subdomain.mydomain.com/_conduwuit/server_version` return: ``` <html> <head><title>404 Not Found</title></head> <body> <center><h1>404 Not Found</h1></center> <hr><center>nginx/1.26.3</center> </body> </html> ``` Is this expected? The server is working fine...
Owner

This is likely an issue with your specific server setup. That's showing the Nginx 404 page, rather than the continuwuity one.
Any case, that endpoint is not necessary for the functionality of the server - only the Matrix prefixed routes are.

https://matrix.continuwuity.org/_conduwuit/server_version

This is likely an issue with your specific server setup. That's showing the Nginx 404 page, rather than the continuwuity one. Any case, that endpoint is not necessary for the functionality of the server - only the Matrix prefixed routes are. https://matrix.continuwuity.org/_conduwuit/server_version
Jade closed this issue 2025-09-30 12:16:53 +00:00
Author

Yes, you are right, my error in setup NGINX.

Yes, you are right, my error in setup NGINX.
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
continuwuation/continuwuity#1092
No description provided.