Skip to content

Instantly share code, notes, and snippets.

@Wcc723
Wcc723 / tw-zipcode.json
Created November 28, 2017 12:24 — forked from fantasywind/tw-zipcode.json
[台灣][郵遞區號][中華民國][Taiwan][Zipcode][3碼] JSON
{
"基隆市": {
"仁愛區": "200",
"信義區": "201",
"中正區": "202",
"中山區": "203",
"安樂區": "204",
"暖暖區": "205",
"七堵區": "206"
},
@Wcc723
Wcc723 / default.conf
Created June 7, 2018 08:09
NGiNX Configuration for Vue-Router in HTML5 Mode
server {
listen 80 default_server;
listen [::]:80 default_server;
root /your/root/path;
index index.html;
server_name you.server.com;