mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 12:41:05 +01:00
deactivated acces_log
This commit is contained in:
parent
0a379b17c8
commit
3b182b19a7
4
roles/native-nginx-docker-proxy/readme.md
Normal file
4
roles/native-nginx-docker-proxy/readme.md
Normal 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/
|
@ -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/
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user