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: missing semicolon


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: missing semicolon
Date: Wed, 03 May 2017 14:05:29 +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 5644d2c  missing semicolon
5644d2c is described below

commit 5644d2c72fee2a18f45dd48899136531a02f5933
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed May 3 14:05:34 2017 +0200

    missing semicolon
---
 etc/nginx/sites-enabled/api.site | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/nginx/sites-enabled/api.site b/etc/nginx/sites-enabled/api.site
index f10a97b..a42dade 100644
--- a/etc/nginx/sites-enabled/api.site
+++ b/etc/nginx/sites-enabled/api.site
@@ -1,7 +1,7 @@
 server {
   listen 80;
   listen [::]:80;
-  server_name api.taler.net
+  server_name api.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]