Merge branch 'nightly' into feature/sso

This commit is contained in:
Patrick Schult
2023-08-08 09:47:17 +02:00
committed by GitHub
96 changed files with 1849 additions and 951 deletions

View File

@@ -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;