Commit 5534c4e
Changed files (1)
templates
templates/nginx.conf.erb
@@ -77,6 +77,7 @@ http {
gzip_static on;
expires max;
add_header Cache-Control public;
+ add_header Access-Control-Allow-Origin '*';
}
location @application {