Skip to content

Instantly share code, notes, and snippets.

View cjk's full-sized avatar
💭
I may be slow to respond.

Claus Klingberg cjk

💭
I may be slow to respond.
View GitHub Profile
@cjk
cjk / cors-nginx.conf
Last active December 23, 2015 19:59 — forked from michiel/cors-nginx.conf
nginx.conf with wide open CORS-settings and using a API-management-proxy
## nginx.conf with wide open CORS-config using an API-management-proxy
## version 0.9 07.10.2013 Claus Klingberg <cjk@pobox.com>
#user html;
worker_processes 1;
#error_log logs/error.log;
#error_log logs/error.log notice;
#error_log logs/error.log info;