summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-01-22 11:02:18 +0100
committerPatrick Spek <p.spek@tyil.nl>2023-01-22 11:02:18 +0100
commitb4536ca826ffa312cc6675e3875ccfdf14e423fb (patch)
treec786bdd53979437272dd38138955fdcfc5410d53
parentbf593fd9fe8b5eb6f55799abaccea67f6319fbee (diff)
Add endpoint for botamusique
-rw-r--r--playbooks.d/webserver-nginx/share/sites.d/https/com.voidfire.mumble8
1 files changed, 8 insertions, 0 deletions
diff --git a/playbooks.d/webserver-nginx/share/sites.d/https/com.voidfire.mumble b/playbooks.d/webserver-nginx/share/sites.d/https/com.voidfire.mumble
index 5e57f3d..cd81283 100644
--- a/playbooks.d/webserver-nginx/share/sites.d/https/com.voidfire.mumble
+++ b/playbooks.d/webserver-nginx/share/sites.d/https/com.voidfire.mumble
@@ -30,4 +30,12 @@ server {
proxy_pass http://127.0.0.1:64737;
}
+
+ location /botamusique {
+ proxy_http_version 1.1;
+ proxy_set_header Connection $http_connection;
+ proxy_set_header Upgrade $http_upgrade;
+
+ proxy_pass http://127.0.0.1:13586;
+ }
}