Created
August 7, 2017 11:16
-
-
Save nguyendangminh/e04fb7682ead7572eb81e29af87dc46d to your computer and use it in GitHub Desktop.
Caddyfile for Single Page Web Application
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
ticket.fpt.ai { | |
root /home/ubuntu/frontend/dist/ | |
rewrite { | |
to {path} {path}/ /index.html | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment