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


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: add http version of intranet
Date: Thu, 03 Aug 2017 01:21:03 +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 5332fbc  add http version of intranet
5332fbc is described below

commit 5332fbcfc5e3c6ec2556f2d778ad077bc3bfbffa
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Aug 3 01:21:00 2017 +0200

    add http version of intranet
---
 etc/nginx/sites-enabled/intranet.site | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/etc/nginx/sites-enabled/intranet.site 
b/etc/nginx/sites-enabled/intranet.site
new file mode 100644
index 0000000..66217db
--- /dev/null
+++ b/etc/nginx/sites-enabled/intranet.site
@@ -0,0 +1,10 @@
+server {
+       listen 80;
+       listen   [::]:80; ## listen for ipv4; this line is default and implied
+       #       listen   [::]:80 default_server ipv6only=on; ## listen for ipv6
+
+       # Make site accessible from http://localhost/
+       server_name intranet.taler.net;
+
+       rewrite ^ https://$server_name$request_uri? permanent;
+}

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



reply via email to

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