document nginx needing request_uri
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
52e356d780
commit
d92f2c121f
2 changed files with 10 additions and 6 deletions
|
@ -247,8 +247,8 @@ async fn auth_server(services: &Services, request: &mut Request, body: Option<&C
|
|||
debug_error!("Failed to verify federation request from {origin}: {e}");
|
||||
if request.parts.uri.to_string().contains('@') {
|
||||
warn!(
|
||||
"Request uri contained '@' character. Make sure your reverse proxy gives Conduit the raw uri (apache: \
|
||||
use nocanon)"
|
||||
"Request uri contained '@' character. Make sure your reverse proxy gives conduwuit the raw uri \
|
||||
(apache: use nocanon)"
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue