Install Config Wiki

All about installing, configuring and troubleshooting

User Tools

Site Tools


configure_ubuntu_server_20_04_host_nextcloud_hub_21

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
configure_ubuntu_server_20_04_host_nextcloud_hub_21 [2021/04/28 06:12] – [Configure an Apache Virtual Host File for the Fully Qualified Domain and Local IP] wikiadminconfigure_ubuntu_server_20_04_host_nextcloud_hub_21 [2021/04/29 03:23] – [Setup a MySQL Database for the Nextcloud Installation using PhpMyAdmin] wikiadmin
Line 997: Line 997:
 db Password: $Pwd#4646116 (Something that meets the applicable complexity requirements) db Password: $Pwd#4646116 (Something that meets the applicable complexity requirements)
  
 +
 +===== Configure Apache for Nextcloud =====
 +Enable a few Apache modifications for Nextcloud to properly run.
 +
 +<code>
 +sudo a2enmod headers env dir mime rewrite
 +
 +sudo service apache2 restart
 +</code>
 ===== Configure an Apache Virtual Host File for the Fully Qualified Domain and Local IP ===== ===== Configure an Apache Virtual Host File for the Fully Qualified Domain and Local IP =====
  
configure_ubuntu_server_20_04_host_nextcloud_hub_21.txt · Last modified: 2021/04/29 03:56 by wikiadmin