I'm new to Ghost and I have just set up a ghost instance on AWS lightsail. I have followed the given guideline document and executed all steps successfully as per the doc
Can someone help me to fix this issue? Have I done anything wrong here?
CodePudding user response:
I was able to solve this using following.
add
RequestHeader set X-Forwarded-Proto "https"
to following file /opt/bitnami/apache2/conf/vhosts/APPNAME-https-vhost.conf
CodePudding user response:
reassure that your port in ghost config json and proxy pass in nginx/apache configs are the same after URL change and restarting.