Allow for browser CORS fetching

This commit is contained in:
Wietse Wind
2023-10-08 21:50:34 +02:00
parent 22475feddc
commit 3bc4ff1dc6

View File

@@ -48,6 +48,8 @@ http {
autoindex_format html;
add_header Access-Control-Allow-Origin *;
try_files $uri $uri/ =404;
absolute_redirect off;