238
240
# In the local file system, where are the student/user file spaces located.
239
241
# The user jails are expected to be located immediately in subdirectories of
243
245
# Which application to load by default (if the user navigates to the top level
244
246
# of the site). This is the app's URL name.
245
247
# Note that if this app requires authentication, the user will first be
246
248
# presented with the login screen.
248
""" % (root_dir, ivle_install_dir, student_dir, default_app))
250
""" % (root_dir, ivle_install_dir, jail_base, default_app))
251
253
except IOError, (errno, strerror):