Skip to content

Commit cab5270

Browse files
authored
Update readme.md
nginx config files includes
1 parent 02161bd commit cab5270

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@ Please refer to [Mozilla's SSL Configuration Generator](https://ssl-config.mozil
2828
```
2929
ssl_dhparam /etc/ssl/dhparam.pem;
3030
```
31+
32+
# nginx config files includes
33+
34+
* `.conf` files mounted in `/etc/nginx/main.d/` will be included in the `main` nginx context (e.g. you can call [`env` directive](http://nginx.org/en/docs/ngx_core_module.html#env) there)
35+
* `.conf` files mounted in `/etc/nginx/conf.d/` will be included in the `htto` nginx context

0 commit comments

Comments
 (0)