mirror of
https://github.com/Mailu/Mailu.git
synced 2025-05-31 23:10:01 +02:00
Make it work for /admin/antispam too
This commit is contained in:
parent
f44cd24bf8
commit
e1739befc0
@ -232,6 +232,11 @@ http {
|
||||
proxy_set_header X-Real-IP "";
|
||||
proxy_set_header X-Forwarded-For "";
|
||||
proxy_pass http://$antispam;
|
||||
error_page 403 @antispam_login;
|
||||
}
|
||||
|
||||
location @antispam_login {
|
||||
return 302 /sso/login?url=$request_uri;
|
||||
}
|
||||
{% endif %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user