taler-deployment

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

commit 3fdfd30bec01f2dbdb831321d51ccd1f191fda05
parent 15b3889d5b6fc029fd2be948d65472196bbb6902
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Mon, 20 Jun 2016 17:55:35 +0200

favicon/robots includes for all "test" components

Diffstat:
Metc/nginx/sites-enabled/test.site | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/etc/nginx/sites-enabled/test.site b/etc/nginx/sites-enabled/test.site @@ -53,6 +53,7 @@ server { proxy_redirect off; proxy_set_header Host $host; } + include conf.d/favicon_robots; } @@ -75,6 +76,7 @@ server { proxy_redirect off; proxy_set_header Host $host; } + include conf.d/favicon_robots; } @@ -94,4 +96,5 @@ server { allow 127.0.0.1; deny all; } + include conf.d/favicon_robots; }