diff options
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 |