You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ And finally compile the template:
25
25
$ cd static
26
26
$ ~/node_modules/dot/bin/dot-packer -s .
27
27
28
-
You can now serve the webpage by copying the files in static/ to your web root, or by [starting the master server](#setting-up-the-server).
28
+
You can now serve the webpage by copying the files in static/ to your web root, or by [starting the server list](#setting-up-the-server).
29
29
30
30
31
31
Embedding the server list in a page
@@ -99,29 +99,29 @@ Setting up the server
99
99
Setting up the server (Apache version)
100
100
---------------------
101
101
102
-
If you wish to use Apache to host the master server, do steps 1-2, 4, above. Additionally install/enable mod_wsgi and an Apache site config like the following:
102
+
If you wish to use Apache to host the server list, do steps 1-2, 4, above. Additionally install/enable mod_wsgi and an Apache site config like the following:
103
103
104
-
# This config assumes you have the master-server at DocumentRoot.
104
+
# This config assumes you have the server list at DocumentRoot.
105
105
# Visitors to the server list in this config would visit http://local.server/ and
106
106
# apache would serve up the output from server.py. Static resources would be served
0 commit comments