如何恢复nginx.conf



我不小心删除了nginx.conf。我现在恐怕要重新启动nginx了。nginx现在正在从一个我不知道的位置获取它的配置。我能恢复吗?从缓存或类似的东西?我的服务器是ubuntu 20.04

如果nginx仍在运行,可以使用-T标志来转储配置文件

nginx -T

/usr/sbin/nginx -T

否则,请尝试以下答案:

https://unix.stackexchange.com/questions/599996/restore-deleted-version-of-nginx-configuration

https://serverfault.com/questions/361421/dump-nginx-config-from-running-process

相关内容

  • 没有找到相关文章

最新更新