Skip to content

Instantly share code, notes, and snippets.

View nulldreams's full-sized avatar
💊
Learning

Igor Souza Martins nulldreams

💊
Learning
View GitHub Profile
@nulldreams
nulldreams / default.conf
Created June 20, 2018 19:40
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;