Minor fixes in the NEWS file

This commit is contained in:
Abhilash Raj
2021-09-01 07:44:40 +00:00
committed by GitHub
parent 2798c8f41f
commit 9f5d0da9d3
2 changed files with 4 additions and 5 deletions

View File

@@ -79,10 +79,10 @@ enable: yes
configuration: /etc/mailman-hyperkitty.cfg configuration: /etc/mailman-hyperkitty.cfg
``` ```
**Note that lmtp_host can be different than before since new **Note that lmtp_host and webserver hostname can be different than
containers don't have static IP addresses. They are automatically before since new containers don't have static IP addresses. They
parsed from the output of "ip route" command from inside mailman-core are automatically parsed from the output of "ip route" command
container.** from inside mailman-core container.**
You can verify that the IP address of the containers by running the 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 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; autoindex off;
} }
location / { location / {
proxy_pass http://127.0.0.1:8000; proxy_pass http://127.0.0.1:8000;
include uwsgi_params; include uwsgi_params;