[theslinux-phantom] theslinux-home branch core updated b165535 etc.web: new rewrite rule to support :phantom list

  • From: git@xxxxxxxxxxxxxxxxxxxx
  • To: theslinux-phantom@xxxxxxxxxxxxx
  • Date: Fri, 26 Jul 2013 18:15:59 -0700

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "theslinux-home".

The branch, core has been updated
       via  b1655357027723796ab05c558105bbe201a31dd8 (commit)
      from  ae5b5ef23437749bf989ef411e3cec8cb7d24810 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b1655357027723796ab05c558105bbe201a31dd8
Author: Ky-Anh Huynh <kyanh@xxxxxxxxxxxxx>
Date:   Sat Jul 27 08:14:47 2013 +0700

    etc.web: new rewrite rule to support :phantom list

-----------------------------------------------------------------------

Summary of changes:
 etc/apache.rewrite.conf | 1 +
 etc/nginx.rewrite.conf  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/etc/apache.rewrite.conf b/etc/apache.rewrite.conf
index 46fb1ed..6f850e5 100644
--- a/etc/apache.rewrite.conf
+++ b/etc/apache.rewrite.conf
@@ -21,6 +21,7 @@ RedirectMatch ^/lists/(user|question)s?/?$ 
http://dir.gmane.org/gmane.linux.dist
 RedirectMatch ^/lists/(devel|hacker)s?/?$  
http://dir.gmane.org/gmane.linux.distributions.theslinux.devel
 RedirectMatch ^/lists/bugs?/?$             
http://dir.gmane.org/gmane.linux.distributions.theslinux.bugs
 RedirectMatch ^/lists/security/?$          
http://dir.gmane.org/gmane.linux.distributions.theslinux.security
+RedirectMatch ^/lists/phantom/?$           
http://dir.gmane.org/gmane.linux.distributions.theslinux.phantom
 
 # Mirror shorcut
 RedirectMatch ^/mirror/fpt(/.*)?$          
http://mirror-fpt-telecom.fpt.net/theslinux/$1
diff --git a/etc/nginx.rewrite.conf b/etc/nginx.rewrite.conf
index c551d98..d84b825 100644
--- a/etc/nginx.rewrite.conf
+++ b/etc/nginx.rewrite.conf
@@ -16,6 +16,7 @@ rewrite ^/lists/(user|question)s?/?$ 
http://dir.gmane.org/gmane.linux.distributi
 rewrite ^/lists/(devel|hacker)s?/?$  
http://dir.gmane.org/gmane.linux.distributions.theslinux.devel    permanent;
 rewrite ^/lists/bugs?/?$             
http://dir.gmane.org/gmane.linux.distributions.theslinux.bugs     permanent;
 rewrite ^/lists/security/?$          
http://dir.gmane.org/gmane.linux.distributions.theslinux.security permanent;
+rewrite ^/lists/phantom/?$           
http://dir.gmane.org/gmane.linux.distributions.theslinux.phantom  permanent;
 
 # Adding a slash to the end of request URI
 rewrite ^([^.]*[^/])$                $1/ permanent;


hooks/post-receive
-- 
theslinux-home
--
Purpose: Store commits, feeds from other projects
Post: mailto:theslinux-phantom@xxxxxxxxxxxxx
Archive, Gmane: http://theslinux.org/lists/phantom/
Subscribe: mailto:theslinux-phantom-request@xxxxxxxxxxxxx?Subject=subscribe
Unsubscribe: mailto:theslinux-phantom-request@xxxxxxxxxxxxx?Subject=unsubscribe
Other information: http://theslinux.org/lists (vi) or 
http://theslinux.org/lists/en (en)
Support: mailto:theslinux-questions@xxxxxxxxxxxxx

Other related posts:

  • » [theslinux-phantom] theslinux-home branch core updated b165535 etc.web: new rewrite rule to support :phantom list - git