mirror of
https://github.com/ceph/ceph
synced 2025-02-19 17:08:05 +00:00
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;
|
|
}
|