redhat openshift 跳轉

網址:

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]
相關文章
相關標籤/搜索