Skip to content
Snippets Groups Projects
Commit 68ee14c8 authored by MichiK's avatar MichiK
Browse files

Merge branch 'Lil-Missy-master-patch-19184' into 'master'

Add CORS Headers for quest files

See merge request !3
parents 1344ca62 3446cc60
No related branches found
No related tags found
1 merge request!3Add CORS Headers for quest files
......@@ -18,6 +18,10 @@ nginx_https_sites:
locations:
- location: "/"
config: "root {{ website_deployment_path }};"
- location "/img/"
config: "add_header Access-Control-Allow-Origin *;"
- location "~ /(.*)_galf_tseuq.html$"
config: "add_header Access-Control-Allow-Origin *;"
- location: "~ /wiki(.*)$"
config: "return 301 https://wiki.c3heaven.de$1?$args;"
- location: "~ /kanboard(.*)$"
......
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