-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Deploying on vps #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
You only need to proxy all route to
|
Thanks for your instructions! It helped a lot. It works well for the pages in Adding one more location match can fix it:
But this way a '/' will be appended to the url. |
It is right. You need visited '/zh-cn/'. |
OK. Thanks! |
Hi, as discussed in #7 , it's not SEO friendly to always return 404. From my understanding, it's due to the way github hosts the contents. Since I can also deploy the documention on my vps, I suppose there should be ways to avoid returning 404, is that right? If so, could you offer some instructions about it? Thanks!
The text was updated successfully, but these errors were encountered: