14 lines
No EOL
358 B
Bash
14 lines
No EOL
358 B
Bash
# Nextcloud database settings
|
|
MYSQL_DATABASE=nextcloud
|
|
MYSQL_USER=nextcloud
|
|
MYSQL_PASSWORD=YOUR_RANDOM_PASSWORD
|
|
|
|
# Reverse proxy settings
|
|
# If you're not using a reverse proxy, you must comment out the following lines
|
|
TRUSTED_PROXIES=172.16.0.0/12
|
|
OVERWRITEHOST=cloud.example.com
|
|
OVERWRITEPROTOCOL=https
|
|
OVERWRITEWEBROOT=/
|
|
|
|
# PHP settings
|
|
PHP_UPLOAD_LIMIT=1G |