commit bd7606e528bc4bcbe82a2d4ec64b32be7e8bf801
parent 3fdfd30bec01f2dbdb831321d51ccd1f191fda05
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Mon, 20 Jun 2016 18:11:44 +0200
favicon_robots include for lcov and buildbot
Diffstat:
4 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/etc/nginx/sites-enabled/buildbot-ssl.site b/etc/nginx/sites-enabled/buildbot-ssl.site
@@ -27,4 +27,6 @@ server {
location = /502.html {
root /home/fournier/buildbot;
}
+
+ include conf.d/favicon_robots;
}
diff --git a/etc/nginx/sites-enabled/buildbot.site b/etc/nginx/sites-enabled/buildbot.site
@@ -18,4 +18,6 @@ server {
location = /502.html {
root /home/fournier/buildbot;
}
+
+ include conf.d/favicon_robots;
}
diff --git a/etc/nginx/sites-enabled/lcov-ssl.site b/etc/nginx/sites-enabled/lcov-ssl.site
@@ -22,4 +22,6 @@ server {
ssi off;
# ssi_last_modified on;
}
+
+ include conf.d/favicon_robots;
}
diff --git a/etc/nginx/sites-enabled/lcov.site b/etc/nginx/sites-enabled/lcov.site
@@ -13,4 +13,6 @@ server {
ssi off;
# ssi_last_modified on;
}
+
+ include conf.d/favicon_robots;
}