=============================================== How to move the Fleio installation to a new URL =============================================== .. important:: Changing fron non-ssl to ssl URL is not supported. For this you will have to reinstall Fleio. In order to change the Fleio URL you will need to replace all the ``old URL`` occurrences with the ``new URL`` in the following locations: 1. Docker env. variables: .. code-block:: bash vi /home/fleio/compose/.env 2. Angular panels configuration files: .. code-block:: bash fleio edit enduser.config.json fleio edit staff.config.json fleio edit reseller.config.json # only if reseller is enabled 4. Settings.py file .. code-block:: bash fleio edit settings.py Answer with ``n`` after you edit the settings.py file since Fleio does not need to be restarted. Finally, recreate Fleio by running ``fleio recreate``. Your Fleio installation should now work on the new domain.