NGinx Default public www location?

前端 未结 30 1143
野性不改
野性不改 2020-11-28 17:51

I have worked with Apache before, so I am aware that the default public web root is typically /var/www/.

I recently started working with nginx, but I ca

30条回答
  •  醉话见心
    2020-11-28 18:01

    The default web folder for nginx depends on how you installed it, but normally it's in these locations:

    /usr/local/nginx/html
    /usr/nginx/html
    

提交回复
热议问题