Skip to content

Instantly share code, notes, and snippets.

@grantvanhorn
Last active July 26, 2017 01:10
Show Gist options
  • Save grantvanhorn/7429afb11a4f7f471a3458035ff36d99 to your computer and use it in GitHub Desktop.
Save grantvanhorn/7429afb11a4f7f471a3458035ff36d99 to your computer and use it in GitHub Desktop.
nginx config cra
server {
listen 80;
server_name dicktuna.com;
root /path/to/build;
index index.html index.htm;
location / {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment