diff options
author | Bhasker Hariharan <bhaskerh@google.com> | 2020-07-01 06:57:38 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-07-01 06:58:56 -0700 |
commit | b8f165ab1cb4d4345d8a25f95a5bc0fece2d49c7 (patch) | |
tree | 6b68a79954f7d188fa4a756dbd83ee7510244540 /benchmarks/workloads/httpd/apache2-tmpdir.conf | |
parent | c9446f05347b865d75bfdacd6769fce265171b9b (diff) |
Fix HTTPD benchmarks to correctly serve files from /tmp.
Fixes #3113
PiperOrigin-RevId: 319216671
Diffstat (limited to 'benchmarks/workloads/httpd/apache2-tmpdir.conf')
-rw-r--r-- | benchmarks/workloads/httpd/apache2-tmpdir.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/benchmarks/workloads/httpd/apache2-tmpdir.conf b/benchmarks/workloads/httpd/apache2-tmpdir.conf new file mode 100644 index 000000000..e33f8d9bb --- /dev/null +++ b/benchmarks/workloads/httpd/apache2-tmpdir.conf @@ -0,0 +1,5 @@ +<Directory /tmp/html/> + Options Indexes FollowSymLinks + AllowOverride None + Require all granted +</Directory>
\ No newline at end of file |