mirror of
				https://github.com/nextcloud/all-in-one.git
				synced 2025-11-04 17:12:18 +08:00 
			
		
		
		
	Merge pull request #1174 from mustaphazorgati/fix-aio-apache
aio-apache configuration now uses NEXTCLOUD_HOST env variable (#1173)
This commit is contained in:
		
						commit
						3051214536
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -6,7 +6,7 @@ Listen 8000
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # PHP match
 | 
					    # PHP match
 | 
				
			||||||
    <FilesMatch "\.php$">
 | 
					    <FilesMatch "\.php$">
 | 
				
			||||||
        SetHandler "proxy:fcgi://nextcloud-aio-nextcloud:9000"
 | 
					        SetHandler "proxy:fcgi://${NEXTCLOUD_HOST}:9000"
 | 
				
			||||||
    </FilesMatch>
 | 
					    </FilesMatch>
 | 
				
			||||||
    # Nextcloud dir
 | 
					    # Nextcloud dir
 | 
				
			||||||
    DocumentRoot /var/www/html/
 | 
					    DocumentRoot /var/www/html/
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue