Skip to content

Instantly share code, notes, and snippets.

@banyudu
Created December 11, 2019 10:19
Show Gist options
  • Save banyudu/1fb417bfa6257ffefb9e9578b7c2c838 to your computer and use it in GitHub Desktop.
Save banyudu/1fb417bfa6257ffefb9e9578b7c2c838 to your computer and use it in GitHub Desktop.
server {
location / {
root /var/www;
index index.html;
try_files $uri $uri/ /index.html =404;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment