Biber
Version vom 17. März 2019, 22:58 Uhr von Hamatoma (Diskussion | Beiträge)
Dies ist der Server von EMAS.
Installation
# Passwort "root" geändert adduser hm mkdir .ssh ; chmod 755 .ssh ; cd .ssh ; cat >authorized_keys chmod 700 authorized_keys apt-get update apt-get install sudo visudo apt-get install tmux htop git etckeeper bzip2 zip unzip nginx mariadb-server apt-get install nginx php-fpm php-cli php-json php-curl php-imap php-gd php-mysql php-xml \ php-zip php-intl php-imagick php-memcached memcached apt-get install nfs-common mkdir /media/emas # /etc/fstab 213.136.65.195:/ /media/emas nfs rsize=8192,wsize=8192,hard,intr, 0 0 # LetsEnrypt: apt-get install python-certbot-nginx mkdir /var/log/local chmod uog+rwx /var/log/local
php.ini
memory_limit = 512M # von 128 post_max_size = 1G # von 8M upload_max_filesize = 1G # von 2M max_file_uploads = 100 # von 20
PHP-Fehlersuche
php.ini: display_errors = On