Newer
Older
nextcloud / nextcloud.conf.example
## nextcloud option

# bind address for web port
NEXTCLOUD_WEB_BIND=127.0.0.1

# port to bind to
NEXTCLOUD_WEB_PORT=8001

# admin user name
NEXTCLOUD_ADMIN_USER=admin

# your primary domain
NEXTCLOUD_OVERWRITEHOST="cloud.example.com"

# comma seperated list of trusted domains
NEXTCLOUD_TRUSTED_DOMAINS="cloud.example.com c.example.com"

## Timezone one of /usr/share/zoneinfo
TZ=Europe/Berlin