summaryrefslogtreecommitdiff
path: root/guix/etc/nginx/conf.d/favicon_robots
diff options
context:
space:
mode:
Diffstat (limited to 'guix/etc/nginx/conf.d/favicon_robots')
-rw-r--r--guix/etc/nginx/conf.d/favicon_robots11
1 files changed, 11 insertions, 0 deletions
diff --git a/guix/etc/nginx/conf.d/favicon_robots b/guix/etc/nginx/conf.d/favicon_robots
new file mode 100644
index 0000000..3c6e417
--- /dev/null
+++ b/guix/etc/nginx/conf.d/favicon_robots
@@ -0,0 +1,11 @@
+location = /robots.txt {
+ root /var/www/robots-favicon;
+}
+
+location = /favicon.ico {
+ root /var/www/robots-favicon;
+}
+
+location = /static/web-common/favicon-taler.ico {
+ alias /var/www/robots-favicon/favicon.ico;
+}