deactivated acces_log

This commit is contained in:
Kevin Veen-Birkenbach 2021-01-01 23:05:22 +01:00
parent 0a379b17c8
commit 3b182b19a7
3 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,4 @@
# role native-nginx-docker-proxy
## performance
- https://stackoverflow.com/questions/33703230/caching-images-on-all-folder-levels-of-nginx-reverse-proxy
- https://www.tweaked.io/guide/nginx-proxying/

View File

@ -2,3 +2,5 @@
## performance
- https://www.monitis.com/blog/6-best-practices-for-optimizing-your-nginx-performance/
- https://www.nginx.com/blog/tuning-nginx/
- https://davidwalsh.name/enable-gzip
- https://www.nginx.com/blog/performance-tuning-tips-tricks/

View File

@ -9,6 +9,7 @@ http
{
include mime.types;
default_type text/html;
access_log /dev/null;
error_log syslog:server=unix:/dev/log;
sendfile on;
keepalive_timeout 65;