mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-08 21:39:53 +02:00
9 lines
154 B
Caddyfile
9 lines
154 B
Caddyfile
{%HTTP_HOST%}
|
|
tls ttrss@{%HTTP_HOST%}
|
|
|
|
root /var/www/html
|
|
log stdout
|
|
errors stderr
|
|
internal /tt-rss/cache
|
|
internal /tt-rss/backups
|
|
fastcgi / app:9000 php
|