Drupal 8 migrate

- copy web + db
- rename /web to /public + change in composer.json in section Installer paths from /web to /public https://jet.masterweb.sk/jet/0dMQVq4Snn.png
- restart nginx + php fpm worker
- check for filesystem in drupal
- run composer update && drush updb && drush cr
- drush config-set system.file path.temporary /tmp

- it is posible change webroot to /web 
- for operating update.php/selection add in domain NGINX config this: https://jet.masterweb.sk/jet/OhEcXilq79.png (see code in comments) (reference: https://www.drupal.org/project/drupal/issues/2606180#comment-12540434 )