Hi,
The nginx template already provides some include directives to extend the server behaviour, and this mechanism is used with the Docker deployment.
In our use case, we would like to restrict access to some parts of the site, such as the admin pages. It would be nice to reuse this logic and, for example, add a specific include around this section of the nginx.sample.conf.
Thanks a lot