feat(nginx): Route /mxdeliv/ to configurable port (#901)

This commit is contained in:
Jagoda Estera Ślązak
2026-04-08 19:11:11 +02:00
committed by GitHub
parent 59e5dea597
commit 74326a8c54
2 changed files with 5 additions and 0 deletions

View File

@@ -73,6 +73,10 @@ http {
access_log syslog:server=unix:/dev/log,facility=local7;
location /mxdeliv/ {
proxy_pass http://127.0.0.1:{{ config.filtermail_http_port }};
}
location / {
# First attempt to serve request as file, then
# as directory, then fall back to displaying a 404.