Merge pull request #500 from maxking/doc2

Minor fixes in the NEWS file
This commit is contained in:
Abhilash Raj
2021-09-01 01:05:16 -07:00
committed by GitHub
2 changed files with 4 additions and 5 deletions

View File

@@ -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

View File

@@ -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;