-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
hugo server output misleading & Cross-Origin Resource Sharing policy #1426
Comments
Hi @txgo, thank you for reporting this issue. I did a little bit of digging, and it turns out the
The change first happened at commit 2bfa9fb (Fri May 1 22:28:21 2015 -0400):
#1097 deals with "Web server listens on all interfaces and says it's on localhost", and it was fixed with push request #1099. How about we try to make the best of both worlds by making Hugo v0.15 display the following instead?
|
I went ahead and pushed a patch which changes the
and see how people like it. Will update the documentation accordingly at release time if everyone (or most people) are happy with the change. 😉 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
when run
hugo server
command it output:If using http://127.0.0.1:1313 to visit local server using Chorme and local font files, we may get this error:
Actually the quickstart document is right, we should visit "http://localhost:1313", the
hugo server
cmd output is misleading.The text was updated successfully, but these errors were encountered: