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: do not serve anci


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: do not serve ancient image files
Date: Wed, 09 May 2018 13:08:31 +0200

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 37fcdc0  do not serve ancient image files
37fcdc0 is described below

commit 37fcdc01be73c356989e00be92adaca4e352ffb0
Author: Florian Dold <address@hidden>
AuthorDate: Wed May 9 13:08:22 2018 +0200

    do not serve ancient image files
---
 etc/nginx/sites-enabled/www-ssl.site | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/etc/nginx/sites-enabled/www-ssl.site 
b/etc/nginx/sites-enabled/www-ssl.site
index 6383d18..d7776b3 100644
--- a/etc/nginx/sites-enabled/www-ssl.site
+++ b/etc/nginx/sites-enabled/www-ssl.site
@@ -56,11 +56,4 @@ server {
        location /files {
            root /var/www;
        }
-
-        location ~* \.(png|jpg|jpeg|gif|ico|svg|js|css)$ {
-           root /var/www/taler.net;
-            expires 1y;
-        }
-
-
 }

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



reply via email to

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