Skip to content

Instantly share code, notes, and snippets.

View workwsl's full-sized avatar
🙃
跟我一起往上看

Flow workwsl

🙃
跟我一起往上看
View GitHub Profile
@workwsl
workwsl / cloudSettings
Last active May 2, 2018 02:24
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-05-02T02:24:03.236Z","extensionVersion":"v2.9.1"}
@workwsl
workwsl / nginx.conf
Created December 5, 2016 10:42 — forked from Stanback/nginx.conf
Example Nginx configuration for adding cross-origin resource sharing (CORS) support to reverse proxied APIs
#
# CORS header support
#
# One way to use this is by placing it into a file called "cors_support"
# under your Nginx configuration directory and placing the following
# statement inside your **location** block(s):
#
# include cors_support;
#
# As of Nginx 1.7.5, add_header supports an "always" parameter which