Issue Summary
Creating a blog which only uses https requires that the links generated by blog.url to be https however I am not able to set this in config.js
If I enter the url: to my blog in config.js as http, then all of my internal links point to http causing users and search engines to get redirected unnecessarily.
Steps to Reproduce
Apache/2.2.22 (Debian) using the following options
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://example.com$1 [R=301,L]
ProxyRequests off
ProxyPass / http://127.0.0.1:2368/
ProxyPassReverse / http:/127.0.0.1:2368/
Ghost is running as http but needs to be able to write blog.url as whatever the user wants to specify.
Technical details
- Ghost Version: 0.4.2
- Client OS: Win 7
- Server OS: Debian 7.5
- Node Version: v0.10.28
- Browser: Chrome
- Database: sqlite3
Issue Summary
Creating a blog which only uses https requires that the links generated by blog.url to be https however I am not able to set this in config.js
If I enter the url: to my blog in config.js as http, then all of my internal links point to http causing users and search engines to get redirected unnecessarily.
Steps to Reproduce
Apache/2.2.22 (Debian) using the following options
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://example.com$1 [R=301,L]
ProxyRequests off
ProxyPass / http://127.0.0.1:2368/
ProxyPassReverse / http:/127.0.0.1:2368/
Ghost is running as http but needs to be able to write blog.url as whatever the user wants to specify.
Technical details