Commit 5534c4e

mo khan <mo@mokhan.ca>
2017-03-04 04:17:52
add CORS header.
1 parent b1deb97
Changed files (1)
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 {