mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	Compress more types (#1211)
This commit is contained in:
		| @@ -38,8 +38,19 @@ http { | ||||
|  | ||||
|   server { | ||||
|  | ||||
|     # Compression | ||||
|     gzip on; | ||||
|     gzip_comp_level 2; | ||||
|     gzip_min_length 1000; | ||||
|     gzip_proxied any; | ||||
|     gzip_types | ||||
|        application/javascript | ||||
|        application/json | ||||
|        font/truetype | ||||
|        image/svg+xml | ||||
|        text/css | ||||
|        text/html; | ||||
|     gzip_vary on; | ||||
|     gunzip on; | ||||
|  | ||||
|     client_max_body_size 50000M; | ||||
| @@ -49,11 +60,6 @@ http { | ||||
|  | ||||
|     location /api { | ||||
|  | ||||
|       # Compression | ||||
|       gzip_static on; | ||||
|       gzip_min_length 1000; | ||||
|       gzip_comp_level 2; | ||||
|  | ||||
|       proxy_buffering off; | ||||
|       proxy_buffer_size 16k; | ||||
|       proxy_busy_buffers_size 24k; | ||||
| @@ -76,11 +82,6 @@ http { | ||||
|  | ||||
|     location / { | ||||
|  | ||||
|       # Compression | ||||
|       gzip_static on; | ||||
|       gzip_min_length 1000; | ||||
|       gzip_comp_level 2; | ||||
|  | ||||
|       proxy_buffering off; | ||||
|       proxy_buffer_size 16k; | ||||
|       proxy_busy_buffers_size 24k; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user