diff options
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/websites/templates/vhost_www.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/deployment/websites/templates/vhost_www.conf b/deployment/websites/templates/vhost_www.conf index 9d00828d..a28e7309 100644 --- a/deployment/websites/templates/vhost_www.conf +++ b/deployment/websites/templates/vhost_www.conf @@ -4,10 +4,6 @@ Redirect /wiki https://wiki.mageia.org/# 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 - ErrorDocument 404 /404.php php_value short_open_tag false |