Some changes on nginx vhost configuraion. some other documenttations.

This commit is contained in:
2026-08-08 23:39:41 +02:00
parent ecdb8c6a3b
commit d95618dce9
3 changed files with 27 additions and 30 deletions
+4 -12
View File
@@ -82,22 +82,14 @@ EOF
# ---
# 0.1) Requirements MySQL Database Service
# 0.1) PostgeSQL Database Service (MySQL is not onger supported for mattermost
# ---
# Install MySQL Database Service
# Install / Create PostgreSQL database
#
cd /tmp
# See at 'https://dev.mysql.com/downloads/repo/apt/' which is the
# actual version of the apt-repository
# see:
#
mysql_apt_version=0.8.29-1
wget https://dev.mysql.com/get/mysql-apt-config_${mysql_apt_version}_all.deb
dpkg -i mysql-apt-config_${mysql_apt_version}_all.deb
apt-get update
apt-get install mysql-server
# README.postgresql
# ---