mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-02-01 02:19:27 +08:00
aio-apache configuration now uses NEXTCLOUD_HOST env variable (#1173)
instead of hardcoded container name
This commit is contained in:
parent
bfcbc41141
commit
6e2872b953
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ Listen 8000
|
|||
<VirtualHost *:8000>
|
||||
# PHP match
|
||||
<FilesMatch "\.php$">
|
||||
SetHandler "proxy:fcgi://nextcloud-aio-nextcloud:9000"
|
||||
SetHandler "proxy:fcgi://${NEXTCLOUD_HOST}:9000"
|
||||
</FilesMatch>
|
||||
# Nextcloud dir
|
||||
DocumentRoot /var/www/html/
|
||||
|
|
Loading…
Reference in a new issue