taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit e12d6b52522e1b4d130412d8e7bdc62f6b07c322
parent 3b26b6751014b65ad026f8236cd13e371b651363
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon,  5 Feb 2018 13:42:14 +0100

indent

Diffstat:
Metc/nginx/conf.d/favicon_robots | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git 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; +}