update README - twitch-go - twitch.tv web application in Go | |
git clone git://git.codemadness.org/twitch-go | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 2455b494371b4f62b51cee7cdabe185f0fdf4d19 | |
parent bb284c4fa7bbe511d58c55cb7b317462638550b6 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sun, 26 Jul 2015 12:18:35 +0200 | |
update README | |
Diffstat: | |
M README | 7 +++++-- | |
1 file changed, 5 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/README b/README | |
@@ -35,11 +35,14 @@ Install as OpenBSD daemon: | |
rc_bg=YES | |
rc_cmd $1 | |
-- Start the daemon: /etc/rc.d/twitch start | |
+- Start the daemon: | |
+ # rcctl start twitch | |
+ or | |
+ # /etc/rc.d/twitch start | |
Forward (reverse-proxy) using nginx: | |
-==================================== | |
+------------------------------------ | |
- In the OpenBSD daemon example above it will use a UNIX domain socket to | |
communicate with the web server at /var/www/domains/twitch.codemadness.org/t… |