From f45bcfcbea5a481fc62c49790c0b73241624d581 Mon Sep 17 00:00:00 2001 From: Reppard Date: Mon, 13 Nov 2023 04:55:24 -0500 Subject: [PATCH] Fix README typo in config template name (#116) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f140c7e..85e961d 100644 --- a/readme.md +++ b/readme.md @@ -7,7 +7,7 @@ Nginx-buildpack installs & runs the [Nginx web server](https://nginx.org/) insid * Presets for specific use-cases - [Static sites](static.md) - [Local proxy to app servers](proxy.md) -* Complete control of Nginx config in `config/nginx.erb.conf` +* Complete control of Nginx config in `config/nginx.conf.erb` - [`erb` template](https://github.com/ruby/erb) supports dynamic config at start-up - see [Nginx docs](https://nginx.org/en/docs/) * writes [Heroku request ids](https://devcenter.heroku.com/articles/http-request-id) & server timing to access logs