Update webgui cache folder to solve the permission issue for non root user

This commit is contained in:
2020-09-13 00:06:01 +10:00
parent e9e3e4083c
commit c0e66890ad
4 changed files with 8 additions and 11 deletions
+3 -6
View File
@@ -13,8 +13,7 @@
}
gzip
log stdout
errors stdout
errors stderr
}
{$DOMAIN}/ui {
@@ -25,8 +24,7 @@
root /usr/local/www/aria2
timeouts none
gzip
log stdout
errors stdout
errors stderr
basicauth / {$ARIA2_USER} {$ARIA2_PWD}
}
@@ -39,7 +37,6 @@
proxy / 127.0.0.1:5572/ {
transparent
}
log stdout
gzip
errors stderr
}