[Aria2] Fix unbound variable errors

This commit is contained in:
Sam Heinz
2024-04-18 17:26:06 +10:00
parent bc0aebf329
commit 36c89df41f
+1 -1
View File
@@ -45,7 +45,7 @@ server {
index index.html; index index.html;
location / { location / {
try_files $uri $uri/ =404; try_files \$uri \$uri/ =404;
} }
} }
EOF EOF