mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-10 08:35:35 +08:00
Make APACHE_HOST an optional param in apache/Caddyfile
Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: Alan Savage <asavageiv@users.noreply.github.com>
This commit is contained in:
parent
b26b2b4400
commit
5f4fae140a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
https://{$ADDITIONAL_TRUSTED_DOMAIN}:443,
|
https://{$ADDITIONAL_TRUSTED_DOMAIN}:443,
|
||||||
http://${APACHE_HOST}:{$APACHE_PORT}, # For Collabora callback
|
http://{$APACHE_HOST}:{$APACHE_PORT}, # For Collabora callback
|
||||||
{$PROTOCOL}://{$NC_DOMAIN}:{$APACHE_PORT} {
|
{$PROTOCOL}://{$NC_DOMAIN}:{$APACHE_PORT} {
|
||||||
header -Server
|
header -Server
|
||||||
header -X-Powered-By
|
header -X-Powered-By
|
||||||
|
|
Loading…
Add table
Reference in a new issue