mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Fixed url filter repository for local redirects.
This fixes bug #0000613
This commit is contained in:
@@ -51,11 +51,18 @@
|
||||
Require user dial admin
|
||||
</Directory>
|
||||
Alias /updatecache/ /var/updatecache/
|
||||
<Directory /var/updatecache>
|
||||
Options ExecCGI
|
||||
AllowOverride None
|
||||
Order deny,allow
|
||||
Allow from all
|
||||
</Directory>
|
||||
<Directory /var/updatecache>
|
||||
Options ExecCGI
|
||||
AllowOverride None
|
||||
Order deny,allow
|
||||
Allow from all
|
||||
</Directory>
|
||||
Alias /repository/ /var/urlrepo/
|
||||
<Directory /var/urlrepo>
|
||||
Options ExecCGI
|
||||
AllowOverride None
|
||||
Order deny,allow
|
||||
Allow from all
|
||||
</Directory>
|
||||
|
||||
</VirtualHost>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#etc/squidGuard
|
||||
etc/squidGuard/squidGuard.conf
|
||||
srv/web/ipfire/html/repository
|
||||
usr/bin/squidGuard
|
||||
usr/sbin/redirect_wrapper
|
||||
#usr/squidGuard
|
||||
@@ -80,3 +79,5 @@ var/ipfire/urlfilter/version
|
||||
var/lib/squidguard
|
||||
#var/log/squidGuard
|
||||
var/log/squidGuard/squidGuard.log
|
||||
var/urlrepo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user