diff --git a/aspnetcore/host-and-deploy/linux-nginx.md b/aspnetcore/host-and-deploy/linux-nginx.md index c93b749904..0960db1140 100644 --- a/aspnetcore/host-and-deploy/linux-nginx.md +++ b/aspnetcore/host-and-deploy/linux-nginx.md @@ -159,6 +159,7 @@ WantedBy=multi-user.target ``` **Note:** If the user *www-data* is not used by the configuration, the user defined here must be created first and given proper ownership for files. +**Note:** Linux has a case-sensitive file system. Setting ASPNETCORE_ENVIRONMENT to "Production" results in searching for the configuration file *appsettings.Production.json*, not *appsettings.production.json*. Save the file and enable the service.