Mercurial > p > roundup > code
diff share/man/man1/roundup-server.1 @ 6835:7a48f771cd4f
Clean up docs on roundup-sever SSL use.
Duplicate sections from man page update to admin_guide as the man
page often isn't installed anywhere man can find it.
Remove warning that SSL is only supported on python 3. Suprisingly my
change to fix it on Python 3 also inadvertantly fixed it on python 2.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 18 Aug 2022 14:57:15 -0400 |
| parents | 5129fc03dc1f |
| children | b84718ea4228 |
line wrap: on
line diff
--- a/share/man/man1/roundup-server.1 Thu Aug 18 14:44:16 2022 -0400 +++ b/share/man/man1/roundup-server.1 Thu Aug 18 14:57:15 2022 -0400 @@ -45,8 +45,7 @@ roundup. .TP \fB-s\fP -Enables use of SSL. SSL only works when running the server using -python 3. In most cases, you will want to run a real web server +Enables use of SSL. In most cases, you will want to run a real web server (Apache, Nginx) as a proxy to roundup-server running without SSL. The real web server can filter/rate limit/firewall requests to roundup-server.
