SOLVED: nginx http to https redirect loop cloudflare ssl

RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineI was recently working on setting up http to https redirects for multi domain site. Using Nginx I added the redirect rule as below: rewrite ^ https://$host$request_uri? permanent; But no matter no what I did it would redirect to https…

How To: Xiaomi Hongmi / Redmi Note 3 (SnapDragon/Qualcomm) – Flash Chinese Rom to Global Rom – Locked Bootloader – Mac OSX / Linux Ubuntu / Windows via Virtualbox

RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineI recently purchased a Redmi Note 3 (SnapDragon/Qualcomm) in China and wanted to Flash from a Chinese Rom to Global Rom. I quickly learnt that because of the Locked Bootloader you can not simply Flash from a Chinese Rom to a Global…

SOLVED – How to: Get iDVD 7 and Enable Dual Layer Image Creation without DVD Drive

RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineThis is a quick HOW TO on how to install iDVD on a new Mac and also how to enable DUAL LAYER Image creation event without a DVD Drive. 1. Install iDVD Download the iDVD Application Support Folder – https://www.dropbox.com/s/sbp7qz4vsup6u89/iDVD%20Application.zip?dl=0 Extract and…

Appcelerator Titanium Alloy JPUSH Push Notification Module Android Update – Local Notifications – Custom Layout

RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineThis is an update to the ANDROID Appcelerator Titanium Alloy JPUSH Push Notification Module You can find the main post about these modules here: http://dieskim.me/2015/04/04/appcelerator-titanium-alloy-jpush-push-notification-module-ios-and-android-china-push-notification-non-gcm/ I have added two new functions – Local Notification, to enable easy local notification as natively provided…

How To: Connect Logitech Non-Unifying Mouse/Keyboard K260/M210 to Nano Unifying Receiver – Windows/MAC/Linux

RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineThis is a simple how to on how to connect and Logitech Non-Unifying mouse/keyboard to a Nano Unifying receiver. As you might know the  K260+M210 Combo comes with a Large Non-Unifying receiver. I don’t like carrying that large receiver around so I…

How To: Count.ly Server Backup Script – Local, Remote, Rotate – Automated Daily via Cron

RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineThis is a Linux Backup Script to Backup all the needed Count.ly Settings and Databases of your Count.ly Server It supports both Local and Remote Backups as well as Backup Rotation and can be Automated via Crontab. The Git Repo can…