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: typo


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: typo
Date: Tue, 30 May 2017 16:45:31 +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 e4b7fb5  typo
e4b7fb5 is described below

commit e4b7fb5c0f1af893135295e7770f844b2a5983da
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue May 30 16:45:43 2017 +0200

    typo
---
 etc/nginx/sites-enabled/test.site | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/nginx/sites-enabled/test.site 
b/etc/nginx/sites-enabled/test.site
index b5c01b0..90d5ebd 100644
--- a/etc/nginx/sites-enabled/test.site
+++ b/etc/nginx/sites-enabled/test.site
@@ -11,7 +11,7 @@ server {
   # using POST, as some user agents do the second request using
   # GET.  307 is meant to tell the user agent to not change the
   # method in the second request.
-  if ($requests_method = POST) { return 307 https://$host$request_uri; }
+  if ($request_method = POST) { return 307 https://$host$request_uri; }
   return 301 https://$host$request_uri;
 }
 

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



reply via email to

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