mirror of
https://github.com/chatmail/relay.git
synced 2026-05-17 11:18:57 +00:00
refactor: Rename filtermail_http_port to filtermail_http_port_incoming (#921)
Since http port will be used for MTA-to-MTA, it should be suffixed with "incoming" for consistency. This will also make it clearer if we decide to introduce client-relay http channel in the future. Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
committed by
GitHub
parent
2bdfecff72
commit
56386c231b
@@ -74,7 +74,7 @@ http {
|
||||
access_log syslog:server=unix:/dev/log,facility=local7;
|
||||
|
||||
location /mxdeliv/ {
|
||||
proxy_pass http://127.0.0.1:{{ config.filtermail_http_port }};
|
||||
proxy_pass http://127.0.0.1:{{ config.filtermail_http_port_incoming }};
|
||||
}
|
||||
|
||||
location / {
|
||||
|
||||
Reference in New Issue
Block a user