Hello,
I want to make an "Portable" installation of NGINX (MySQL + PHP), so that I can run it from a DVD (to make a knowledge-base solutions).
I am able to start the application in the directory that I want (e.g., c:\dvd-nginx or c:\kb\dvd-nginx\),
but if I execute it in read-only mode (like a DVD), I cannot start NGINX because the programm needs to be able to write in the sub-folder .\LOGS\
How can I run NGINX in read-only mode?
Rgds,