From the official documentation: https://nginx.org/en/docs/beginners_guide.html#static
location / {
root /data/www;
}
^^^ My problem: This does not work for me.
location / {
root /data/www;
}
^^^ My problem: This does not work for me.