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: more logging


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: more logging
Date: Thu, 28 Dec 2017 10:38:46 +0100

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 1e9a288  more logging
1e9a288 is described below

commit 1e9a288aef26e04257cf3a4776067471ec5c39a1
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Dec 28 10:38:32 2017 +0100

    more logging
---
 etc/nginx/nginx.conf             | 2 +-
 etc/nginx/sites-enabled/env.site | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/nginx/nginx.conf b/etc/nginx/nginx.conf
index 9c08dc0..1fe517d 100644
--- a/etc/nginx/nginx.conf
+++ b/etc/nginx/nginx.conf
@@ -37,7 +37,7 @@ http {
             '"$http_referer" "$http_user_agent"';
 
        access_log /var/log/nginx/access.log main;
-       error_log /var/log/nginx/error.log;
+       error_log /var/log/nginx/error.log notice;
 
        ##
        # Gzip Settings
diff --git a/etc/nginx/sites-enabled/env.site b/etc/nginx/sites-enabled/env.site
index d2718b5..e6f9c7b 100644
--- a/etc/nginx/sites-enabled/env.site
+++ b/etc/nginx/sites-enabled/env.site
@@ -59,7 +59,7 @@ server {
   }
 
   location ~ ^/(?<user>[a-zA-Z0-9-_]+)(?<req>/.*|)$ {
-    rewrite /(..)/$ /$1/$2/index.html break;
+    rewrite ^/([a-zA-Z0-9-_]+)/(..)/$ /$1/$2/index.html break;
     uwsgi_pass unix:/home/$user/sockets/landing.uwsgi;
     include /etc/nginx/uwsgi_params;
     uwsgi_param SCRIPT_NAME "/$user/";

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



reply via email to

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