mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose.git
synced 2025-08-14 14:56:56 +02:00
10 lines
154 B
Caddyfile
10 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
|