Skip to content

Instantly share code, notes, and snippets.

@EmanuelCampos
Last active January 6, 2023 13:52
Show Gist options
  • Save EmanuelCampos/8aa9e585f9d4c959b08b0dc0b333fe54 to your computer and use it in GitHub Desktop.
Save EmanuelCampos/8aa9e585f9d4c959b08b0dc0b333fe54 to your computer and use it in GitHub Desktop.
bitnami cookiejs secure

vim /opt/bitnami/apache2/conf/vhosts/myapp-https-vhost.conf

then insert

RequestHeader set X-Forwarded-Proto expr=%{REQUEST_SCHEME}
RequestHeader set X-Forwarded-SSL expr=%{HTTPS}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment