0
單頁流星應用程序需要執行從http到https的逆向代理。我發現這是可以做到無論是通過nginx的或網頁代碼:服務器與頁面級逆向代理
if (window.location.protocol != "https:")
window.location.href = "https:" + window.location.href.substring(window.location.protocol.length);
什麼的只是把上面的兩行代碼與經過學習和配置nginx的缺點呢?