Skip to content

Commit f4971d0

Browse files
committed
prepare configs for alphabetical order in docker
time spent: 0.66h
1 parent a355c12 commit f4971d0

9 files changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ Also I don't agree with nginx microcache for every site, see known traps.
3434
So here I'm trying to put together all (my) good patterns and knowledges, and organize it as simple as possible in compare with complex examples above. So anyone will be able to copy this configs and get good nginx setup out of the box :)
3535

3636
Time track:
37-
- [Filipp Frizzy](https://github.com/Friz-zy/) 41.09h
37+
- [Filipp Frizzy](https://github.com/Friz-zy/) 41.75h
3838

3939
### Support
4040

4141
You can support this or any other of my projects
42-
* by sending your PRs with improving my configs or english texts 😂
42+
* by sending your PRs with improving my configs or texts 😂
4343
* by sending me donations:
4444
- [donationalerts.com/r/filipp_frizzy](https://www.donationalerts.com/r/filipp_frizzy)
4545
- ETH 0xCD9fC1719b9E174E911f343CA2B391060F931ff7
@@ -264,6 +264,10 @@ Then valid user after visit to the their site will be automatically blocked on y
264264
You can fight with this practice using `http_referer`, see `snippets/referer.conf.j2` template ;)
265265
Warning: I have not tested this code yet
266266

267+
#### Includes like `<dir>/*.conf` are processed in the alphabetic order
268+
269+
This is important for nginx in docker as all configs are located in one dir
270+
267271
#### Errors like ` failed (24: Too many open files)` or `worker_connections exceed open file resource limit`
268272

269273
Problem with limit of open files (`ulimit -n`)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)