mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-09 07:29:52 +02:00
switch to caddy from nginx
This commit is contained in:
parent
b71a939f76
commit
0d5684ff4c
7 changed files with 40 additions and 61 deletions
8
web-ssl/Caddyfile
Normal file
8
web-ssl/Caddyfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
{%HTTP_HOST%}
|
||||
tls ttrss@{%HTTP_HOST%}
|
||||
|
||||
root /var/www/html
|
||||
log stdout
|
||||
errors stderr
|
||||
internal /tt-rss/cache
|
||||
fastcgi / app:9000 php
|
3
web-ssl/Dockerfile
Normal file
3
web-ssl/Dockerfile
Normal file
|
@ -0,0 +1,3 @@
|
|||
FROM abiosoft/caddy:no-stats
|
||||
|
||||
COPY Caddyfile /etc/
|
Loading…
Add table
Add a link
Reference in a new issue