I have accidentally replaced my vhost file in sites-available in nginx. The file contained a lot of 301 redirects, which are still working while the reload command is not run. Does nginx store the files loaded from sites-available while running so that I can copy and restore it or do I have to write the entire file again?
Thanks a lot.