You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update readme, gzip, includes, security CSP and fix typos:
add another projects into readme
set default gzip level to 1
change includes to relative path
disable CSP in security
fix typos and missed semicolons
time spent: 3.25h
[mozilla ssl best practices](https://ssl-config.mozilla.org/#server=nginx&version=1.17.7&config=intermediate&openssl=1.1.1d&guideline=5.4),
18
-
etc... And here I'm trying to put together all good patterns and knowledges so anyone will be able to copy this configs and get good nginx setup out of the box :)
19
-
20
-
There is also interesting [openbridge nginx](https://github.com/openbridge/nginx) docker image,
21
-
but I haven't checked it properly yet, their configs require addition nginx modules and setup
18
+
etc...
19
+
20
+
And there are also some more interesting projects and examples:
Docker image, but I haven't checked it properly yet, their configs require addition nginx modules and setup
22
31
and it can't be just copied to usual nginx. However, you can use it with docker.
23
32
Also I don't agree with nginx microcache for every site, see known traps.
24
33
34
+
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 :)
0 commit comments