mirror of
https://github.com/ceph/ceph
synced 2025-02-11 12:59:04 +00:00
This should allow a more consistent experience between reading Sphinx-generated HTML docs and just using GitHub's renderer. Signed-off-by: Zack Cerza <zack@redhat.com>
8 lines
168 B
Plaintext
8 lines
168 B
Plaintext
server {
|
|
allow all;
|
|
autoindex on;
|
|
server_name test_logs.example.com;
|
|
root /home/teuthworker/archive;
|
|
default_type text/plain;
|
|
}
|