Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreedme-snap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz (oparoz) <github@oparoz.com>2016-10-16 01:28:30 +0300
committerOlivier Paroz (oparoz) <github@oparoz.com>2016-10-16 01:28:30 +0300
commit4c8ca4e72a0c6b42c771a1b5b6b7fe9e13543896 (patch)
tree01a07e4cff6145f1ba6622ce205578b68259fbba
parent2541869277c64f0ec69a7bb151f683204742cb43 (diff)
Remove final slash from /webrtc/
Signed-off-by: Olivier Paroz (oparoz) <github@oparoz.com>
-rw-r--r--src/server.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server.conf.in b/src/server.conf.in
index bfd8c73..d39ec93 100644
--- a/src/server.conf.in
+++ b/src/server.conf.in
@@ -10,7 +10,7 @@ listen = 127.0.0.1:8080
; HTTP socket write timeout in seconds.
;writetimeout = 10
; Use basePath if the server does not run on the root path (/) of your server.
-basePath = /webrtc/
+basePath = /webrtc
; Set maximum number of open files (only works when run as root).
;maxfd = 32768
; Enable stats API /api/v1/stats for debugging (not for production use!).