ceph/docs/_static/nginx_test_logs
Zack Cerza e76a681bea Reorganize documentation and Sphinx files
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>
2014-12-02 09:37:14 -07:00

8 lines
168 B
Plaintext

server {
allow all;
autoindex on;
server_name test_logs.example.com;
root /home/teuthworker/archive;
default_type text/plain;
}