nginx.htaccess 52 B

123
  1. location / {
  2. try_files $uri $uri/ /index.html;
  3. }