summarylogtreecommitdiffstats
path: root/web.patch
blob: b68e802cf832e0de230128e0ae886d533132cf52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/cmd/ww/server.go b/cmd/ww/server.go
index 11725b1..febcfed 100644
--- a/cmd/ww/server.go
+++ b/cmd/ww/server.go
@@ -285,7 +285,7 @@ func server(args ...string) {
 	secretpath := set.String("secrets", os.Getenv("HOME")+"/keys", "path to put let's encrypt cache")
 	cert := set.String("cert", "", "https certificate (leave empty to use letsencrypt)")
 	key := set.String("key", "", "https certificate key")
-	html := set.String("ui", "./web", "path to the web interface files")
+	html := set.String("ui", "/usr/share/webwormhole/web", "path to the web interface files")
 	stunservers := set.String("stun", "stun:relay.webwormhole.io", "list of STUN server addresses to tell clients to use")
 	set.StringVar(&turnServer, "turn", "", "TURN server to use for relaying")
 	set.StringVar(&turnSecret, "turn-secret", "", "secret for HMAC-based authentication in TURN server")