Skip to content

Make "http_host" parameter optional

David Verdin requested to merge github/fork/ikedas/deprecate-http_host into sympa-6.2

Created by: ikedas

In most cases, http_host parameter is duplicate of wwsympa_url (As of 6.2.15, they may be differ only in case that WWSympa is placed behind reverse proxy). That is why this parameter would be optional: If http_host is not specified, value of wwsympa_url would be used.


ToDo: Now its name http_host is inappropriate: It would be better to have new name such as wwsympa_url_local, however, anyone will do it in the future.


Update: Also added new parameter soap_url_local corresponding to soap_url.

Merge request reports