##// END OF EJS Templates
Disambiguate conflicting label
Thomas Kluyver -
Show More
@@ -453,7 +453,7 b' on available options, use::'
453 453
454 454 :ref:`config_overview`, in particular :ref:`Profiles`.
455 455
456 :ref:`notebook_security`
456 :ref:`notebook_server_security`
457 457
458 458 :ref:`notebook_public_server`
459 459
@@ -9,7 +9,7 b' server-client structure. This server uses a :ref:`two-process kernel'
9 9 architecture <ipythonzmq>` based on ZeroMQ_, as well as Tornado_ for serving
10 10 HTTP requests. By default, a notebook server runs on http://127.0.0.1:8888/
11 11 and is accessible only from `localhost`. This document describes how you can
12 :ref:`secure a notebook server <notebook_security>` and how to :ref:`run it on
12 :ref:`secure a notebook server <notebook_server_security>` and how to :ref:`run it on
13 13 a public interface <notebook_public_server>`.
14 14
15 15 .. _ZeroMQ: http://zeromq.org
@@ -17,7 +17,7 b' a public interface <notebook_public_server>`.'
17 17 .. _Tornado: http://www.tornadoweb.org
18 18
19 19
20 .. _notebook_security:
20 .. _notebook_server_security:
21 21
22 22 Securing a notebook server
23 23 --------------------------
General Comments 0
You need to be logged in to leave comments. Login now