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: Logs separation.


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Logs separation.
Date: Tue, 19 Jun 2018 20:57:56 +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 a7cf694  Logs separation.
a7cf694 is described below

commit a7cf6947045c0e0474c752d55c25b2422be97471
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jun 19 20:56:49 2018 +0200

    Logs separation.
    
    Separating git.taler.net logs to a pair of dedicated
    files, since that Web site used to pollute a lot the
    main log files.
---
 etc/nginx/sites-enabled/git-ssl.site | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/etc/nginx/sites-enabled/git-ssl.site 
b/etc/nginx/sites-enabled/git-ssl.site
index d54418c..673ced5 100644
--- a/etc/nginx/sites-enabled/git-ssl.site
+++ b/etc/nginx/sites-enabled/git-ssl.site
@@ -6,6 +6,9 @@ server {
        root /var/git;
        server_name git.taler.net;
         include conf.d/talerssl;
+        
+        access_log /var/log/nginx/git.taler.net_access.log;
+        error_log /var/log/nginx/git.taler.net_error.log notice;
 
        location ~ ^(.*?)\.git/(HEAD|info/refs|objects/.*|git-upload-pack)$ {
            include /etc/nginx/fastcgi_params;

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



reply via email to

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