mirror of https://github.com/tteck/Proxmox.git
[Aria2] Fix unbound variable errors
This commit is contained in:
parent
382771d7c9
commit
53389357f6
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue