Skip to content
Snippets Groups Projects
Commit f65a4f40 authored by Tim-Oliver Husser's avatar Tim-Oliver Husser
Browse files

Merge branch 'develop' into 'main'

v1.6.1

See merge request !52
parents 524f1fec 0eb94294
No related branches found
Tags v1.6.1
1 merge request!52v1.6.1
......@@ -151,7 +151,7 @@ def protected_instructions(request, path):
response = HttpResponse(status=200)
response["Content-Type"] = ""
# nginx needs to be configured to serve /reports from /instructions
response["X-Accel-Redirect"] = "/instructions_private/" + path
response["X-Accel-Redirect"] = "/instructions_private/" + instructions.relative_url
return response
......
[tool.poetry]
name = "labcourse"
version = "1.6.0"
version = "1.6.1"
description = ""
authors = ["Tim-Oliver Husser <thusser@uni-goettingen.de>"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment