Skip to content

Commit

Permalink
Merge pull request #5262 from mailcow/fix-5252
Browse files Browse the repository at this point in the history
Rspamd returns 401 on unsuccesful logins
  • Loading branch information
DerLinkman committed Jun 27, 2023
2 parents 14265f3 + 7a582af commit 29892dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/conf/nginx/includes/site-defaults.conf
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Real-IP $remote_addr;
proxy_redirect off;
error_page 403 /_rspamderror.php;
error_page 401 /_rspamderror.php;
}
proxy_pass http://rspamd:11334/;
proxy_set_header Host $http_host;
Expand Down

0 comments on commit 29892dc

Please sign in to comment.