[DRE-commits] [diaspora] 172/257: change domain1 to domain11 to	avoid collisions
    Praveen Arimbrathodiyil 
    praveen at moszumanska.debian.org
       
    Sun Apr 12 14:17:21 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository diaspora.
commit 5f3b12790740c6535b29b18ec29d1d4a75d9abbd
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Fri Nov 28 16:45:31 2014 +0530
    change domain1 to domain11 to avoid collisions
---
 debian/nginx.conf.example | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/nginx.conf.example b/debian/nginx.conf.example
index a4f60dc..a65e548 100644
--- a/debian/nginx.conf.example
+++ b/debian/nginx.conf.example
@@ -1,4 +1,4 @@
-upstream domain1 {
+upstream domain11 {
         server 127.0.0.1:3000;
 }
 
@@ -58,7 +58,7 @@ server {
                           }
 
                           if (!-f $request_filename) {
-                                           proxy_pass http://domain1;
+                                           proxy_pass http://domain11;
 
                                            break;
                           }
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/diaspora.git
    
    
More information about the Pkg-ruby-extras-commits
mailing list