summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-02-05 13:42:14 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-02-05 13:42:50 +0100
commite12d6b52522e1b4d130412d8e7bdc62f6b07c322 (patch)
tree253a7778af38626f64817009fb5e61f39090ba87
parent3b26b6751014b65ad026f8236cd13e371b651363 (diff)
downloaddeployment-e12d6b52522e1b4d130412d8e7bdc62f6b07c322.tar.gz
deployment-e12d6b52522e1b4d130412d8e7bdc62f6b07c322.tar.bz2
deployment-e12d6b52522e1b4d130412d8e7bdc62f6b07c322.zip
indent
-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;
+}