summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/nginx/conf.d/favicon_robots12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/nginx/conf.d/favicon_robots b/etc/nginx/conf.d/favicon_robots
index eb494ef..c7d40ea 100644
--- a/etc/nginx/conf.d/favicon_robots
+++ b/etc/nginx/conf.d/favicon_robots
@@ -1,7 +1,7 @@
- location = /robots.txt {
- root /var/www/robots-favicon;
- }
+location = /robots.txt {
+ root /var/www/robots-favicon;
+}
- location = /favicon.ico {
- root /var/www/robots-favicon;
- }
+location = /favicon.ico {
+ root /var/www/robots-favicon;
+}