Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 827 Bytes

troubleshooting.rst

File metadata and controls

22 lines (14 loc) · 827 Bytes

Troubleshooting

Repository download of large courses fails

The most likely issue is that the configured timeouts on the reverse proxy are too low.

If you set up your Artemis instance with the Ansible Role (>=v0.1.1), you can set the timeout values with the following variables:

proxy_send_timeout: "900s"
proxy_read_timeout: "900s"
fastcgi_send_timeout: "900s"
fastcgi_read_timeout: "900s"

If you configured the nginx reverse proxy by hand, you have to adapt the following variables in your nginx configurations: