redhat openshift 跳转

时间:2021-02-24 15:34:58

网址:

https://openshift.redhat.com/

OpenShift免费套餐的限制是:最多15PV/s,有3个512MB内存的应用,月流量在50K以下。

可以绑米,可惜的是,需要代理访问了

说明:50K=50000IP/人次访问 1K=1000IP/人安装些程序,访问后台时,http访问强制跳转为https访问,用.htaccess强制https跳转到http,设置如下

RewriteEngine on
RewriteCond %{HTTP:X-Forwarded-Proto} https
RewriteRule .* http://%{HTTP_HOST}%{REQUEST_URI [R=301,L]