diff options
-rw-r--r-- | deployment/websites/templates/vhost_www.conf | 4 |
1 files changed, 4 insertions, 0 deletions
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 |