On Ubuntu, the [Nginx web server](https://www.nginx.com/) typically stores its documents on the root filesystem with the rest of the operating system. However, if you serve multiple websites from the same Nginx instance, for example, putting each site’s document root on its own volume allows you to scale in response to the needs of a specific site or client. In this guide, we’ll move an Nginx document root to a new location.
How To Move an Nginx Web Root to a New Location on Ubuntu 22.04
How To Move an Nginx Web Root to a New Location on Ubuntu 20.04
How To Move an Nginx Web Root to a New Location on Ubuntu 18.04
How To Move an Nginx Web Root to a New Location on Ubuntu 16.04