Closed alanorth closed 7 years ago
It's bad to assume that /home + nginx_server_name will be where the DSpace root is. Instead, just use the host's dspace_root variable directly. In theory these are the same, but it's better to just use the correct variable.
/home
nginx_server_name
dspace_root
It's bad to assume that
/home
+nginx_server_name
will be where the DSpace root is. Instead, just use the host'sdspace_root
variable directly. In theory these are the same, but it's better to just use the correct variable.