Possible to place config files in usr directory
-
Is it possible to store customized php.ini and my.ini as well as the apache .conf files in the usr\ directory instead of bin\ and etc\ respectively? When explaining the directory structure in the documentation you write that one can reinstall everything by overwriting all directories except usr, data\ and www. However, all custom configurations in the previously mentioned files would be lost in that case.
Thanks
-
@dwit : You are right. That why we need to backup things first.
However, as Laragon support multiple versions of a service (PHP, MySQL, Apache, Nginx), having the feature will cause trouble to your services when you update new versions (they may need different configurations).
-
@leokhoa That makes perfect sense. Thank you for clarification.