From f17f9aa0eb11202d3e766a5e923de41e180f54c6 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Fri, 6 Dec 2024 10:44:37 -0500 Subject: [PATCH] [asterisk] Serve static files from the web server --- roles/asterisk/templates/http.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/asterisk/templates/http.conf.j2 b/roles/asterisk/templates/http.conf.j2 index 15a5046..c4f47c0 100644 --- a/roles/asterisk/templates/http.conf.j2 +++ b/roles/asterisk/templates/http.conf.j2 @@ -65,7 +65,7 @@ bindaddr=0.0.0.0 ; Whether Asterisk should serve static content from static-http ; Default is no. ; -;enable_static=yes +enable_static=yes ; ; Whether Asterisk should serve a status page showing the running ; configuration of this built-in HTTP server.