use nginx envsubst to make tt-rss root configurable
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user