use nginx envsubst to make tt-rss root configurable

This commit is contained in:
Andrew Dolgov
2023-07-28 21:23:57 +03:00
parent dc25a9cf68
commit 3d255d861c
2 changed files with 13 additions and 4 deletions
+3 -4
View File
@@ -23,15 +23,14 @@ http {
server {
listen 80;
listen [::]:80;
root ${APP_WEB_ROOT};
root /var/www/html;
location /tt-rss/cache {
location ${APP_BASE}/cache {
aio threads;
internal;
}
location /tt-rss/backups {
location ${APP_BASE}/backups {
internal;
}