Modul Instalasi Dan Konfigurasi Nextcloud
Modul Instalasi Dan Konfigurasi Nextcloud
6. KONFIGURASIKAN PHP
# nano /etc/php/7.4/apache2/php.ini
memory_limit = 512M
timezone. America/Denver MENJADI Asia/Jakarta
7. RESTART APACHE
# systemctl restart apache2
# systemctl status apache2
ErrorLog ${APACHE_LOG_DIR}/nextcloud.error
CustomLog ${APACHE_LOG_DIR}/nextcloud.access combined
<Directory /var/www/html/nextcloud/>
Require all granted
Options FollowSymlinks MultiViews
AllowOverride All
<IfModule mod_dav.c>
Dav off
</IfModule>
</Directory>
</VirtualHost>
# a2ensite nextcloud.conf
# a2dissite 000-default.conf
# a2enmod rewrite headers dir mime env setenvif ssl
SUKSES