gpt4 book ai didi

linux - Apache2 将 https 重定向到没有证书的 http

转载 作者:太空宇宙 更新时间:2023-11-04 11:00:58 26 4
gpt4 key购买 nike

我已经阅读了这里所有关于此的帖子,但是没有一个有效。

我尝试编辑 000-default 并将端口 443 重定向到 80 但没有成功。

任何开箱即用的想法都会很棒。

谢谢

最佳答案

在你的/etc/apache2/sites-available/000-default.conf 中

<VirtualHost *:443>
ServerName yourname.site.com
ProxyPass / http://127.0.0.1:80/
ProxyPassReverse / http://127.0.0.1:80/
</VirtualHost>

不要忘记加载你的文件 a2ensite/etc/apache2/sites-available/000-default.conf

关于linux - Apache2 将 https 重定向到没有证书的 http,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27059337/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com