1 |
unnilennium |
1.1 |
--- smeserver-freepbx-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/28FreePBXProxyPass.remove_admin_alias 2008-09-12 09:20:23.000000000 +0200 |
2 |
|
|
+++ smeserver-freepbx-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/28FreePBXProxyPass 2009-03-27 09:47:50.000000000 +0100 |
3 |
|
|
@@ -14,7 +14,7 @@ |
4 |
|
|
$OUT .= " ProxyPass /freepbx http://127.0.0.1:${'httpd-fpbx'}{TCPPort}/freepbx\n"; |
5 |
|
|
$OUT .= " ProxyPassReverse /freepbx http://127.0.0.1:${'httpd-fpbx'}{TCPPort}/freepbx\n"; |
6 |
|
|
} |
7 |
|
|
- foreach my $url qw(admin panel recordings){ |
8 |
|
|
+ foreach my $url qw(panel recordings){ |
9 |
|
|
$OUT .= " RewriteRule ^/$url(.*|\$) /freepbx/$url\$1 [L,R]\n"; |
10 |
|
|
} |
11 |
|
|
|