mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	deactivated acces_log
This commit is contained in:
		
							
								
								
									
										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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user