Skip to content

Commit

Permalink
fix: URGENT - add cors headers for static resources (#7966)
Browse files Browse the repository at this point in the history
was forgotten for docker-compose deployment
  • Loading branch information
alexgarel authored Jan 10, 2023
1 parent a79de3c commit bc01809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ server {
location ~ ^/(.well-known|fonts|images|js|css|rss|data|files|resources)/ {
# First attempt to serve request as file, then
# as directory, then fall back to displaying a 404.
#add_header Access-Control-Allow-Origin *;
include conf.d/off.cors-headers.include;
try_files $uri $uri/ =404;
}

Expand Down

0 comments on commit bc01809

Please sign in to comment.