mirror of
https://github.com/ceph/ceph
synced 2025-01-28 14:03:21 +00:00
a19e1cf63c
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;
|
|
}
|