The installation path contains spaced so Nginx fails to start.
Reason:
The paths are not enclosed with double-quotes in the Nginx configuration files.
Workaround:
- Navigate to the “Nginx” folder
- Open a CMD
- Run “Nginx” from the CMD
- It will display where the problem is (file XXXXX, line yyyyy)
- Navigate to this folder and enclose the path with double-quotes.
**Repeat step 3 until it runs with no errors
If you have any questions, reach out to @Valentin Stashevski for further instructions.