This is straightforward with nginx: location / { try_files index.html =404; }. Things get a bit more hairy when we throw a backend API ...
確定! 回上一頁