Created
February 6, 2017 20:24
-
-
Save jslnriot/2ab3501ed6562cffa1ceddaa71d9f0f9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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