gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: add intranet site


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: add intranet site to deployment
Date: Thu, 03 Aug 2017 01:03:01 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 6277287  add intranet site to deployment
6277287 is described below

commit 6277287d82d14d855f61038c7a4ea977be51b004
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Aug 3 01:02:58 2017 +0200

    add intranet site to deployment
---
 etc/nginx/sites-enabled/intranet-ssl.site | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/etc/nginx/sites-enabled/intranet-ssl.site 
b/etc/nginx/sites-enabled/intranet-ssl.site
new file mode 100644
index 0000000..7b4361f
--- /dev/null
+++ b/etc/nginx/sites-enabled/intranet-ssl.site
@@ -0,0 +1,14 @@
+server {
+        listen 443 ssl;
+       listen   [::]:443 ssl; ## listen for ipv4; this line is default and 
implied
+       # listen   [::]:80 default_server ipv6only=on; ## listen for ipv6
+
+       root /var/git;
+       server_name intranet.taler.net;
+        include conf.d/talerssl;
+       location / {
+           proxy_pass http://127.0.0.1:8018;
+           proxy_redirect off;
+           proxy_set_header Host $host;
+       }
+}

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]