From ab5c6193f31d62c2a05cb273127f19a9a104e05c Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Mon, 20 Feb 2012 18:35:08 +0000 Subject: use static.mageia.org to serve www.mageia.org/g/ static contents ( patch from rda --- deployment/websites/templates/vhost_www.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deployment/websites/templates/vhost_www.conf b/deployment/websites/templates/vhost_www.conf index 8c8c8acc..01066cdf 100644 --- a/deployment/websites/templates/vhost_www.conf +++ b/deployment/websites/templates/vhost_www.conf @@ -1,5 +1,9 @@ Redirect /wiki https://wiki.mageia.org/# +# Everything under /g/ is static content to be served by a seconday host +RewriteEngine On +RewriteRule ^g/(.+)$ http://static.mageia.org/g/$1 [R,L,QSA] + # ProxyPreserveHost On is in another file ProxyPass /old-wiki/ http://ryu.zarb.org/wiki ProxyPassReverse /old-wiki/ http://ryu.zarb.org/wiki -- cgit v1.2.1