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: http for docs.tal


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: http for docs.taler.net
Date: Thu, 18 May 2017 10:45:55 +0200

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

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 917b42d  http for docs.taler.net
917b42d is described below

commit 917b42d3356ce3278d1c7aa036f1f4ca48bdab05
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu May 18 10:45:12 2017 +0200

    http for docs.taler.net
---
 etc/nginx/sites-enabled/docs.site | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/etc/nginx/sites-enabled/docs.site 
b/etc/nginx/sites-enabled/docs.site
new file mode 100644
index 0000000..8e01608
--- /dev/null
+++ b/etc/nginx/sites-enabled/docs.site
@@ -0,0 +1,7 @@
+server {
+  listen 80;
+  listen [::]:80;
+  server_name docs.taler.net;
+
+  rewrite ^ https://$host$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]