使用以下命令,我的应用程序在http url上运行,并且url为http://localhost:8080
php -S localhost:8080 -t public public/index.php
如何启用对https和url的侦听将是https://localhost:8080
是否有任何特殊命令可以在https
上执行
php -S localhost:8080 -t public public/index.php
答案 0 :(得分:0)
您需要为lokalhost创建SSL证书,并使用ning或apache作为前端。
请参阅: