added smtp support, fixed https loop

This commit is contained in:
2026-04-26 16:29:33 +03:00
parent d48fa65f8e
commit 531d330181
4 changed files with 38 additions and 20 deletions

View File

@@ -24,6 +24,5 @@ server {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto https;
}
}