nginxinc / nginx-s3-gateway

NGINX S3 Caching Gateway
Apache License 2.0
496 stars 126 forks source link

add location file in vm-based install, correct example settings file #226

Closed 4141done closed 6 months ago

4141done commented 6 months ago

What

This solves issue #222 in which the standalone vm install was missing the common location code and install was failing. This bug was introduced in this commit: https://github.com/nginxinc/nginx-s3-gateway/commit/3d971df5c2bebae734468ab001810019384b3c44

For the standalone VM install, it is required that new files be added explicitly.

This PR also solves a small typo in the example settings.example file