From 9f5d0da9d3bf4e8318dc930688722b39f15cb08d Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Wed, 1 Sep 2021 07:44:40 +0000 Subject: [PATCH] Minor fixes in the NEWS file --- NEWS.md | 8 ++++---- README.md | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/NEWS.md b/NEWS.md index cdab008..c00791f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -79,10 +79,10 @@ enable: yes configuration: /etc/mailman-hyperkitty.cfg ``` -**Note that lmtp_host can be different than before since new -containers don't have static IP addresses. They are automatically -parsed from the output of "ip route" command from inside mailman-core -container.** +**Note that lmtp_host and webserver hostname can be different than +before since new containers don't have static IP addresses. They +are automatically parsed from the output of "ip route" command +from inside mailman-core container.** You can verify that the IP address of the containers by running the following commands, note that the **output can be different** and it is diff --git a/README.md b/README.md index 91a8a17..402997f 100644 --- a/README.md +++ b/README.md @@ -486,7 +486,6 @@ that by adding the following to your configuration: autoindex off; } - location / { proxy_pass http://127.0.0.1:8000; include uwsgi_params;