So after installing nginx I've had some difficulties getting it to work. firstly i've discovered i have to use the entire route
C:\\...\\...\\nginx\\nginx -s reload
to run commands. Which I'm okay with, but have the error
C:\\nginx\\nginx -s reload
nginx: [error] OpenEvent("Global\ngx_reload_2836") failed (2: The system cannot find the file specified)
whenever I use a command.
I'm guessing these two issues our related, and I wouldn't even consider the former an issue, as I'm okay with it, but the inability to run any command with a returned error seems like fatal issue.
I did some scrounging around to no avail, so if anyone has some questions or advice or would need further diagnosis to solve my problem, please show some love. Thanks.
C:\\...\\...\\nginx\\nginx -s reload
to run commands. Which I'm okay with, but have the error
C:\\nginx\\nginx -s reload
nginx: [error] OpenEvent("Global\ngx_reload_2836") failed (2: The system cannot find the file specified)
whenever I use a command.
I'm guessing these two issues our related, and I wouldn't even consider the former an issue, as I'm okay with it, but the inability to run any command with a returned error seems like fatal issue.
I did some scrounging around to no avail, so if anyone has some questions or advice or would need further diagnosis to solve my problem, please show some love. Thanks.