Closed
Description
Preconditions
- Magento 2.1.2
- PHP 7.0
Steps to reproduce
- activate all security measures during setup
- Delete pub/static folder
- run
bin/magento setup:static-content:deploy
Expected result
- requirejs-config.js is requested for "https://www.testing.com/shop/pub/static/_requirejs/adminhtml/Magento/backend/en_US/secure/requirejs-config.js"
Actual result
- it is generated one folder above that secure folder and thus not found and thus the backend is not working as expected
(copying the generated requirejs-config.js to the subfolder /secure/ fixes the backend)