From fd4f9d55e8d05db1e9f4424965fd0bb43f152221 Mon Sep 17 00:00:00 2001
From: Joshua Colp <jcolp@digium.com>
Date: Wed, 5 Dec 2007 16:14:06 +0000
Subject: [PATCH] Remove second prefix line. Only need it documented once in
 the same file. (closes issue #11472) Reported by: eserra Patches:      
 http.conf.sample.diff uploaded by eserra (license 45)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@91171 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 configs/http.conf.sample | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configs/http.conf.sample b/configs/http.conf.sample
index c6bd1ec37b..9deefad817 100644
--- a/configs/http.conf.sample
+++ b/configs/http.conf.sample
@@ -48,7 +48,6 @@ bindaddr=127.0.0.1
 ; To produce a certificate you can e.g. use openssl
 ;	openssl req -new -x509 -days 365 -nodes -out /tmp/foo.pem -keyout /tmp/foo.pem
 ;
-;prefix=asterisk
 
 ; The post_mappings section maps URLs to real paths on the filesystem.  If a
 ; POST is done from within an authenticated manager session to one of the
-- 
GitLab