/[adm]/puppet/deployment/websites/templates/vhost_www.conf
ViewVC logotype

Contents of /puppet/deployment/websites/templates/vhost_www.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2464 - (show annotations) (download)
Mon Feb 20 18:35:08 2012 UTC (12 years, 1 month ago) by dmorgan
File size: 379 byte(s)
use static.mageia.org to serve www.mageia.org/g/ static contents ( patch from rda
1 Redirect /wiki https://wiki.mageia.org/#
2
3 # Everything under /g/ is static content to be served by a seconday host
4 RewriteEngine On
5 RewriteRule ^g/(.+)$ http://static.mageia.org/g/$1 [R,L,QSA]
6
7 # ProxyPreserveHost On is in another file
8 ProxyPass /old-wiki/ http://ryu.zarb.org/wiki
9 ProxyPassReverse /old-wiki/ http://ryu.zarb.org/wiki
10
11
12 php_value short_open_tag false

  ViewVC Help
Powered by ViewVC 1.1.30