Skip to content
Snippets Groups Projects
Verified Commit ca6ea202 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add CORS note to docs

parent ad5f860d
No related tags found
1 merge request!931Resolve "PDF generation broken with S3 storage"
Pipeline #51556 passed
......@@ -28,6 +28,12 @@ AlekSIS allows you to configure an Amazon S3 endpoint for media
files. This is useful e.g. for loadbalancing with multiple AlekSIS
instances.
.. note::
For some background jobs, AlekSIS stores HTML snippets in the media
storage for later use. You must ensure your S3 endpoint is part of
your ``Access-Control-Allow-Origin`` CORS header, so HTML loaded from
there can load resources from the ALekSIS instance.
Configure an S3 endpoint
~~~~~~~~~~~~~~~~~~~~~~~~
......
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