本文介绍了Nitrous.io允许端口80吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
是否可以在Nitrous.io的标准端口80上启动我的webserver/webrick/node.js?许多公司政策不允许浏览非标准端口网站.
Is it possible to start my webserver/webrick/node.js at standard port 80 on Nitrous.io? A lot of company policies don't allow browsing of non-standard port website.
我可以对我的虚拟机具有root访问权吗?
Can I have root access to my virtual machine?
推荐答案
Nitrous.IO当前具有仅对HTTP开放的端口1024-9999.根访问权限目前不可用.
Nitrous.IO currently has ports 1024 - 9999 open only for HTTP. Root access is not available at this time.
然后,您可以通过该特定端口或直接在通常的http(端口80)和https端口(端口443)上访问站点.
You can then access your site via that particular port, or directly on the usual http (port 80) and https ports (port 443).
付费用户将很快获得自定义域支持.
这篇关于Nitrous.io允许端口80吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!