[DRE-commits] [diaspora] 174/257: use only ipv4 443 port

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Apr 12 14:17:22 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 363dd5f284a32659051c550ae7ccca4802951c3e
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Fri Nov 28 17:04:27 2014 +0530

    use only ipv4 443 port
---
 debian/nginx.conf.example | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/nginx.conf.example b/debian/nginx.conf.example
index a65e548..fc1acdb 100644
--- a/debian/nginx.conf.example
+++ b/debian/nginx.conf.example
@@ -9,7 +9,7 @@ server {
 }
 
 server {
-            listen   [::]:443;
+            listen   	443;
             server_name SERVERNAME_FIXME;
 
             proxy_set_header   X-Real-IP  $remote_addr;

-- 
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