##// END OF EJS Templates
commands: explain that "hg serve" does not do authentication
Martin Geisler -
r11103:d29bd98e stable
parent child Browse files
Show More
@@ -2882,6 +2882,12 b' def serve(ui, repo, **opts):'
2882 recommended to use a real web server to serve a repository for
2882 recommended to use a real web server to serve a repository for
2883 longer periods of time.
2883 longer periods of time.
2884
2884
2885 Please note that the server does not implement access control.
2886 This means that, by default, anybody can read from the server and
2887 nobody can write to it by default. Set the ``web.allow_push``
2888 option to ``*`` to allow everybody to push to the server. You
2889 should use a real web server if you need to authenticate users.
2890
2885 By default, the server logs accesses to stdout and errors to
2891 By default, the server logs accesses to stdout and errors to
2886 stderr. Use the -A/--accesslog and -E/--errorlog options to log to
2892 stderr. Use the -A/--accesslog and -E/--errorlog options to log to
2887 files.
2893 files.
General Comments 0
You need to be logged in to leave comments. Login now