summaryrefslogtreecommitdiff
path: root/.docker/web-nginx/nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to '.docker/web-nginx/nginx.conf')
-rw-r--r--.docker/web-nginx/nginx.conf7
1 files changed, 3 insertions, 4 deletions
diff --git a/.docker/web-nginx/nginx.conf b/.docker/web-nginx/nginx.conf
index f7d47c453..c85e46ef3 100644
--- a/.docker/web-nginx/nginx.conf
+++ b/.docker/web-nginx/nginx.conf
@@ -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;
}