記一下XD~
在裝完elastix後,elastix地址,如192.168.1.111 默認的是 https://192.168.1.111 還出现“什麼什麼不安全,是否繼續” ..
怎麼解决呢:
vi /etc/httpd/conf.d/elastix.conf
<Directory "/var/www/html">
# Redirect administration interface to https
# RewriteEngine On
# RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
</Directory>
或直接把 RewriteEngine On 改成 RewriteEngine off
- RewriteEngine off
service httpd restart 重啟http服务。就OK啦~
全站熱搜