mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
ncp-templates/*: Remove side effects from ncp-templates
Signed-off-by: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
parent
a97c73d420
commit
199dcc014f
@ -3,7 +3,7 @@
|
||||
set -e
|
||||
source /usr/local/etc/library.sh
|
||||
|
||||
cat > /etc/apache2/conf-available/http2.conf <<EOF
|
||||
cat <<EOF
|
||||
Protocols h2 h2c http/1.1
|
||||
|
||||
# HTTP2 configuration
|
||||
|
||||
@ -11,7 +11,7 @@ else
|
||||
INNODB_BUFFER_POOL_SIZE="$(source "${BINDIR}/CONFIG/nc-limits.sh"; tmpl_innodb_buffer_pool_size)"
|
||||
fi
|
||||
|
||||
cat > /etc/mysql/mariadb.conf.d/91-ncp.cnf <<EOF
|
||||
cat <<EOF
|
||||
[mysqld]
|
||||
transaction_isolation = READ-COMMITTED
|
||||
innodb_large_prefix=true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user