RELATIVE PATHS REQUIRED
This commit is contained in:
		
							parent
							
								
									25423a3a74
								
							
						
					
					
						commit
						32a477aaf2
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -47,7 +47,7 @@
 | 
				
			||||||
    package = pkgs.nextcloud27;
 | 
					    package = pkgs.nextcloud27;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    #Directory for the data
 | 
					    #Directory for the data
 | 
				
			||||||
    datadir = /var/lib/NCData;
 | 
					    datadir = ../../../../../var/lib/NCData;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    config = {
 | 
					    config = {
 | 
				
			||||||
      # Further forces Nextcloud to use HTTPS
 | 
					      # Further forces Nextcloud to use HTTPS
 | 
				
			||||||
| 
						 | 
					@ -71,7 +71,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    package = pkgs.mariadb_110;
 | 
					    package = pkgs.mariadb_110;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    dataDir = /var/lib/NCMariaDB;
 | 
					    dataDir = ../../../../../var/lib/NCMariaDB;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # Ensure the database, user, and permissions always exist
 | 
					    # Ensure the database, user, and permissions always exist
 | 
				
			||||||
    ensureDatabases = ["NC"];
 | 
					    ensureDatabases = ["NC"];
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue