[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[snapshot/master] Add a snapshots vhost



---
 etc/apache.conf |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/etc/apache.conf b/etc/apache.conf
index 4839a0f..d4145c4 100644
--- a/etc/apache.conf
+++ b/etc/apache.conf
@@ -36,3 +36,8 @@ WSGIDaemonProcess snapshot.debian.org user=nobody group=nogroup home=/ processes
   WSGIProcessGroup snapshot.debian.org
   #WSGIPassAuthorization On
 </VirtualHost>
+
+<VirtualHost *:80>
+  ServerName snapshots.debian.org
+  RedirectPermanent / http://snapshot.debian.org/
+</VirtualHost>
-- 
1.7.2.5


Reply to: