/[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 2853 - (show annotations) (download)
Wed Sep 19 18:05:45 2012 UTC (11 years, 6 months ago) by boklm
File size: 406 byte(s)
Move custom 404 config to www vhost only (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 ErrorDocument 404 /404.php
12
13 php_value short_open_tag false

  ViewVC Help
Powered by ViewVC 1.1.30