Currently the URL of a provisioned instance always shows "index.php" in the URL.
There's an option to make it cleaner.
To make this work, I had to manually do the following on the provisioned instance:
- edit config.php and add a key
'htaccess.RewriteBase' => '/'
- run
sudo -u www-data ./occ maintenance:update:htaccess