Skip to content

Instantly share code, notes, and snippets.

@Hungor
Hungor / cors-nginx.conf
Created December 11, 2012 14:51 — forked from michiel/cors-nginx.conf
Wide-open CORS config for nginx
server {
listen 80;
server_name domain.com;
root /vagrant/gift_portal/public;
access_log /var/log/nginx/localhost.access.log;
error_log /var/log/nginx/gift.error.log;
location / {