How to change built in web debug server configuration?
已回答
I want to access HTML file through chrome web browser on Parallels Desktop. Since it is isolated, I need to change built-in web debug server configuration to change ip address. Is there a way to do it?
请先登录再写评论。
Please try the following:
This should enable external connections to the built-in webserver; you can access it from the remote host using
http://<your ip>:<specified port>/project/path/to/.htmlThanks a lot! I think the problem was "Can accept external connections" settings not checked.