Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shaharmor committed Feb 17, 2016
1 parent a7e6442 commit 0871247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/nginx.conf
Expand Up @@ -10,7 +10,7 @@ location / {
return 204;
}

# CORD HEAD
# CORS HEAD
if ($request_method = 'HEAD') {
add_header 'Access-Control-Allow-Origin' '*' always;
add_header 'Access-Control-Expose-Headers' 'Content-Length' always;
Expand Down

0 comments on commit 0871247

Please sign in to comment.