[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-deployment] branch master updated: properly alias fa
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-deployment] branch master updated: properly alias favicon |
Date: |
Wed, 30 May 2018 22:18:25 +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 70764fa properly alias favicon
70764fa is described below
commit 70764faedfb1ed8f94fdeb9a60d8acdd71549801
Author: Florian Dold <address@hidden>
AuthorDate: Wed May 30 22:18:08 2018 +0200
properly alias favicon
---
etc/nginx/conf.d/favicon_robots | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/etc/nginx/conf.d/favicon_robots b/etc/nginx/conf.d/favicon_robots
index 7039077..3c6e417 100644
--- a/etc/nginx/conf.d/favicon_robots
+++ b/etc/nginx/conf.d/favicon_robots
@@ -1,11 +1,11 @@
location = /robots.txt {
- root /var/www/robots-favicon;
+ root /var/www/robots-favicon;
}
location = /favicon.ico {
- root /var/www/robots-favicon;
+ root /var/www/robots-favicon;
}
location = /static/web-common/favicon-taler.ico {
- root /var/www/robots-favicon;
+ alias /var/www/robots-favicon/favicon.ico;
}
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-deployment] branch master updated: properly alias favicon,
gnunet <=