This happened because you used --standalone
. The purpose of that option is to launch a temporary webserver because you don’t have one running.
Next time use the --webroot
method, and you’ll be able to use your already running nginx server.
This happened because you used --standalone
. The purpose of that option is to launch a temporary webserver because you don’t have one running.
Next time use the --webroot
method, and you’ll be able to use your already running nginx server.