Skip to content

Instantly share code, notes, and snippets.

@jslnriot
Created February 6, 2017 20:24
Show Gist options
  • Save jslnriot/2ab3501ed6562cffa1ceddaa71d9f0f9 to your computer and use it in GitHub Desktop.
Save jslnriot/2ab3501ed6562cffa1ceddaa71d9f0f9 to your computer and use it in GitHub Desktop.
server {
root /var/www/Sites/jamesbuczkowski.com/public_html/dist;
server_name jamesbuczkowski.com www.jamesbuczkowski.com;
location / {
try_files $uri /index.html;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment