summaryrefslogtreecommitdiffstats
path: root/tozt/tozt/files/nginx/ttrss-tls.conf
blob: b438e7a7cd9bf1de01c1e3a6d3cea6b2e7af85d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
server {
    listen       443;
    server_name  rss.tozt.net;

    access_log  /var/log/nginx/rss.access.log;
    error_log   /var/log/nginx/rss.error.log;

    include ssl;

    root       /usr/share/webapps/tt-rss;
}
# vim:ft=nginx