Skip to content

Instantly share code, notes, and snippets.

View imkaihong1015's full-sized avatar

imkaihong1015

View GitHub Profile
@vesper8
vesper8 / default.conf
Created July 6, 2018 03:17
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;