summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-07-18 03:15:18 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-07-18 03:15:18 (GMT)
commitf69bc7a36dbbd2c3c0526f901df145ac36e1e87d (patch)
tree9eb8f0f79c0aefc84432ec351c8bf4f4de701c61 /README
parent3679d2844af7901cc06f75867eeba1c0cd9ef237 (diff)
better websocket location, updated Readme
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 250b41e..6346a55 100644
--- a/README
+++ b/README
@@ -85,5 +85,5 @@ add the following to the virtualhost config:
Require valid-user
</Location>
- ProxyPass "/time" "ws://localhost:3000/time"
+ ProxyPass "/ntp" "ws://localhost:3000/ntp"
~~~/snip~~~