summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/Hangs_on_creating_repository_when_using_--listen.mdwn3
-rw-r--r--doc/bugs/Switching_repositories_in_webapp_on_a_remote_server_is_not_honoring_--listen_parameter.mdwn3
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/bugs/Hangs_on_creating_repository_when_using_--listen.mdwn b/doc/bugs/Hangs_on_creating_repository_when_using_--listen.mdwn
index 913e02cd5..fe0fe80f3 100644
--- a/doc/bugs/Hangs_on_creating_repository_when_using_--listen.mdwn
+++ b/doc/bugs/Hangs_on_creating_repository_when_using_--listen.mdwn
@@ -44,3 +44,6 @@ WebApp crashed: unable to bind to local socket
> to use when something else is already listening there. --[[Joey]]
[[!tag /design/assistant]]
+
+>> --listen no longer accepts a port. Use the new HTTPS support instead.
+>> [[done]] --[[Joey]]
diff --git a/doc/bugs/Switching_repositories_in_webapp_on_a_remote_server_is_not_honoring_--listen_parameter.mdwn b/doc/bugs/Switching_repositories_in_webapp_on_a_remote_server_is_not_honoring_--listen_parameter.mdwn
index 4829cde08..faa7a36de 100644
--- a/doc/bugs/Switching_repositories_in_webapp_on_a_remote_server_is_not_honoring_--listen_parameter.mdwn
+++ b/doc/bugs/Switching_repositories_in_webapp_on_a_remote_server_is_not_honoring_--listen_parameter.mdwn
@@ -19,3 +19,6 @@ I am running my "origin" repositories on a headless server. Managing these with
# End of transcript or log.
"""]]
+
+>> --listen no longer accepts a port. Use the new HTTPS support instead.
+>> [[done]] --[[Joey]]