Skip to content

Instantly share code, notes, and snippets.

View vaxilicaihouxian's full-sized avatar

CHENCHI MA vaxilicaihouxian

View GitHub Profile
@vaxilicaihouxian
vaxilicaihouxian / nginx-dev-ssl.md
Created March 11, 2022 08:45 — forked from baryon/nginx-dev-ssl.md
配合nginx在本地开发https后端服务器

在开发后端服务时, APP中已经写好了服务器地址, 如何在本地开发机器调试呢? 首先,需要设置本地机器的hosts。 最方便的工具是gas masks https://github.com/2ndalpha/gasmask

添加类似如下代码

127.0.0.1		dev.example.com

生成本地证书 copy default OpenSSL config

@vaxilicaihouxian
vaxilicaihouxian / README.md
Created August 4, 2017 08:33 — forked from hofmannsven/README.md
My simply Git Cheatsheet
@vaxilicaihouxian
vaxilicaihouxian / 00. tutorial.md
Created April 25, 2016 10:46 — forked from maxivak/00. tutorial.md
Importing/Indexing database (MySQL or SQL Server) in Solr using Data Import Handler