Hi

Sorry, answered my own question.

acl nonCacheURL urlpath_regex .*/x86_64/repodata/repomd.xml$
cache deny nonCacheURL

seems like "" makes it look for a file ?

On 26 August 2015 at 11:59, Alex Samad <a...@samad.com.au> wrote:
> Hi
>
> Sorry add more info
>
> I have this already in my squid.conf
> acl nonCacheDom dstdomain -i "/etc/squid/lists/nonCacheDom.lst"
> cache deny nonCacheDom
>
>
> I presume i can add something similiar but with urlpath_regex
>
> acl nonCacheURL urlpath_regex ".*/x86_64/repodata/repomd.xml"
> cache deny nonCacheURL
>
>
> A
>
> On 26 August 2015 at 11:56, Alex Samad <a...@samad.com.au> wrote:
>> Hi
>>
>> I want to get squid to not cache urls that terminate like this
>>
>> updates/x86_64/repodata/repomd.xml
>> os/x86_64/repodata/repomd.xml
>>
>> How do I organize that.
>>
>> Having problems with old repmod.xml files making my yum updates fail..
>>
>> Alex
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to