@@ -23,15 +23,15 @@ and it can't be just copied to usual nginx. However, you can use it with docker.
2323Also I don't agree with nginx microcache for every site, see known traps.
2424
2525Time track:
26- - [ Filipp Frizzy] ( https://github.com/Friz-zy/ ) 35.34h
26+ - [ Filipp Frizzy] ( https://github.com/Friz-zy/ ) 35.84h
2727
2828### Configs
2929
3030#### Main configs
3131Almost all sections moved from main ` nginx.conf ` into ` conf.d ` directory:
3232
3333* ` basic.conf `
34- Basic settings, security, mime types, charset, index, timeouts, open file cache, etc...
34+ Basic settings, mime types, charset, index, timeouts, open file cache, etc...
3535* ` cache.conf `
3636Fastcgi, Proxy and Uwsgi cache setup, see known traps before using ;)
3737* ` gzip.conf `
@@ -42,29 +42,31 @@ Extended log formats
4242Allow X-Forwarded-For header from local networks and [ cloudflare] ( https://www.cloudflare.com/ )
4343* ` request_id.conf `
4444Add X-Request-ID header into each request for tracing and debugging
45+ * ` security.conf `
46+ Security settings and headers
4547* ` ssl.conf `
4648SSL best practice from [ mozilla] ( https://ssl-config.mozilla.org/#server=nginx&version=1.17.7&config=intermediate&openssl=1.1.1d&guideline=5.4 )
4749
4850#### Snippets
4951Templates and includes. You can also use [ config generator] ( https://www.digitalocean.com/community/tools/nginx ) from digitalocean :)
5052
51- * corps.conf.j2
53+ * ` corps.conf.j2 `
5254Template of corps politic for multiple subdomains setup
53- * default.conf
55+ * ` default.conf `
5456Example of default config with nginx_status, let's encrypt check and redirect to https
55- * fastcgi.conf
57+ * ` fastcgi.conf `
5658Include for php locations: fastcgi parameters, timeouts and cache example
57- * headers.conf
59+ * ` headers.conf `
5860Include with all headers, see known traps
59- * protected_locations.conf
61+ * ` protected_locations.conf `
6062Include with protected locations with 'deny all'
61- * proxy.conf
63+ * ` proxy.conf `
6264Include for proxy locations: proxy headers, parameters, timeouts and cache example
63- * referer.conf.j2
65+ * ` referer.conf.j2 `
6466Template of referer protection for cases when you concurents use your fail2ban protection against you, see known traps
65- * site.conf.j2
67+ * ` site.conf.j2 `
6668Template of common site configuration
67- * static_location.conf
69+ * ` static_location.conf `
6870Include with location for static files
6971
7072#### Docker-compose
0 commit comments