diff options
Diffstat (limited to 'nginx.conf')
| -rw-r--r-- | nginx.conf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ http { location ~* \.(woff|woff2|ttf|otf|eot)$ { expires 1y; add_header Cache-Control "public, immutable, max-age=31536000" always; + add_header Access-Control-Allow-Origin "*" always; } # Images - moderate cache |
