1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-18 03:21:36 +02:00

Fix a typo.

This commit is contained in:
Dimitri Huisman 2023-03-18 08:55:32 +00:00
parent 20bf0e8a65
commit 4912fa1dff
No known key found for this signature in database

View File

@ -231,7 +231,7 @@ http {
auth_request /internal/auth/admin;
proxy_set_header X-Real-IP "";
proxy_set_header X-Forwarded-For "";
proxe_set_header X-Forwarded-By: "";
proxy_set_header X-Forwarded-By: "";
proxy_pass http://$antispam;
error_page 403 @sso_login;
}