Skip to content

Commit

Permalink
Merge pull request #110 from Lepidopterist/wsus-cert-caching
Browse files Browse the repository at this point in the history
exclude various certificate .cab files from caching.
  • Loading branch information
Lepidopterist authored Nov 27, 2020
2 parents 83ba3ef + a8df3bd commit 862d100
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Fix for WSUS authroot cab files
location ~* (authrootstl.cab|pinrulesstl.cab|disallowedcertstl.cab)$ {
proxy_cache_bypass 1;
proxy_no_cache 1;
proxy_pass http://$host$request_uri;
}

0 comments on commit 862d100

Please sign in to comment.