8 lines
128 B
Caddyfile
8 lines
128 B
Caddyfile
5 years ago
|
{%HTTP_HOST%}
|
||
|
tls ttrss@{%HTTP_HOST%}
|
||
|
|
||
|
root /var/www/html
|
||
|
log stdout
|
||
|
errors stderr
|
||
|
internal /tt-rss/cache
|
||
|
fastcgi / app:9000 php
|