Skip to content

Instantly share code, notes, and snippets.

@6ui11em
Created November 28, 2017 12:40
Show Gist options
  • Save 6ui11em/fa877d3d85550718fa980c3450336ec5 to your computer and use it in GitHub Desktop.
Save 6ui11em/fa877d3d85550718fa980c3450336ec5 to your computer and use it in GitHub Desktop.
Magento2 disable secure https #magento2 #mysql
update core_config_data set value = 0 where path = 'web/secure/use_in_frontend';
update core_config_data set value = 0 where path = 'web/secure/use_in_adminhtml';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment