Skip to content

Web templates for Vesta Control Panel to run Nextcloud or Owncloud

Notifications You must be signed in to change notification settings

jesvinjoachim/vestacp-nextcloud-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

vestacp-nextcloud-template (Reusable)

Web templates for Vesta Control Panel to run Nextcloud or Owncloud under Apache. Works with nginx proxy too.

Download these files into /usr/local/vesta/data/templates/web/apache2 eg.

{you can just copy-paste it into your terminal - it will do everything automatically }

cd /usr/local/vesta/data/templates/web/apache2
wget https://raw.githubusercontent.com/plutocrat/vestacp-nextcloud-template/master/nextcloud.tpl
wget https://raw.githubusercontent.com/plutocrat/vestacp-nextcloud-template/master/nextcloud.stpl

After That Make sure

Make sure to enable the Apache headers module using a2enmod headers or else Apache will not start

Then select them from the Control Panel > Domains > yourdomainname.com > Templates

If you have enabled SSL, then also put this in your .htaccess file, which will force an SSL connection.

   <IfModule mod_rewrite.c>
         RewriteEngine On
       RewriteCond %{HTTPS} !=on
       RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
    </IfModule>

About

Web templates for Vesta Control Panel to run Nextcloud or Owncloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages