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
configure_ubuntu_server_20_04_host_nextcloud_hub_21 [2021/04/29 03:26] – [Configure Apache for Nextcloud] wikiadminconfigure_ubuntu_server_20_04_host_nextcloud_hub_21 [2021/04/29 03:56] (current) – [Configure an Apache Virtual Host File for the Fully Qualified Domain and Local IP] wikiadmin
Line 1053: Line 1053:
  
 </VirtualHost> </VirtualHost>
 +</code>
 +
 +===== Enable the Virtual Host =====
 +
 +<code>
 +cd /etc/apache2/sites-available
 +
 +sudo a2ensite yourdomain-org.conf
 +
 +sudo systemctl reload apache2
 +
 </code> </code>
configure_ubuntu_server_20_04_host_nextcloud_hub_21.txt · Last modified: 2021/04/29 03:56 by wikiadmin