summaryrefslogtreecommitdiffhomepage
path: root/benchmarks/workloads/httpd/BUILD
diff options
context:
space:
mode:
authorBhasker Hariharan <bhaskerh@google.com>2020-07-01 06:57:38 -0700
committergVisor bot <gvisor-bot@google.com>2020-07-01 06:58:56 -0700
commitb8f165ab1cb4d4345d8a25f95a5bc0fece2d49c7 (patch)
tree6b68a79954f7d188fa4a756dbd83ee7510244540 /benchmarks/workloads/httpd/BUILD
parentc9446f05347b865d75bfdacd6769fce265171b9b (diff)
Fix HTTPD benchmarks to correctly serve files from /tmp.
Fixes #3113 PiperOrigin-RevId: 319216671
Diffstat (limited to 'benchmarks/workloads/httpd/BUILD')
-rw-r--r--benchmarks/workloads/httpd/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/workloads/httpd/BUILD b/benchmarks/workloads/httpd/BUILD
index a70873065..83450d190 100644
--- a/benchmarks/workloads/httpd/BUILD
+++ b/benchmarks/workloads/httpd/BUILD
@@ -9,5 +9,6 @@ pkg_tar(
name = "tar",
srcs = [
"Dockerfile",
+ "apache2-tmpdir.conf",
],
)