Skip to content
Snippets Groups Projects

Add CORS Headers for quest files

Merged Lil-Missy requested to merge Lil-Missy-master-patch-19184 into master
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
@@ -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(.*)$"
Loading