mirror of
				https://github.com/materusPL/nixos-config
				synced 2025-11-03 22:10:28 +01:00 
			
		
		
		
	waffentrager: nextcloud php settings
This commit is contained in:
		
							parent
							
								
									382504ee53
								
							
						
					
					
						commit
						f141ffaf89
					
				@ -49,6 +49,10 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        phpOptions = {
 | 
					        phpOptions = {
 | 
				
			||||||
          "opcache.interned_strings_buffer" = "10";
 | 
					          "opcache.interned_strings_buffer" = "10";
 | 
				
			||||||
 | 
					          "opcache.jit" = "1255";
 | 
				
			||||||
 | 
					          "opcache.jit_buffer_size" = "128M";
 | 
				
			||||||
 | 
					          "opcache.revalidate_freq" = "60";
 | 
				
			||||||
 | 
					          "opcache.save_comments" = "1";
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
      services.nginx.virtualHosts.${config.services.nextcloud.hostName} = {
 | 
					      services.nginx.virtualHosts.${config.services.nextcloud.hostName} = {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user