Do a fresh NC installation.
OMV v4.0
Asus Z97-A/3.1; i3-4370
32GB RAM Corsair Vengeance Pro
4x3TB RAID10
Asus Z97-A/3.1; i3-4370
32GB RAM Corsair Vengeance Pro
4x3TB RAID10
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
Stramm wrote:
Yes, you need to create a MySQL user for nextcloud. Either way is OK, cli or MySQL plugin. However I suggest to create a dedicated one especially for nextcloud and not to use a root user.
The post was edited 2 times, last by Sero ().
tinh_x7 wrote:
Do a fresh NC installation.
redis-server php-redis
fastcgi_pass $socket;
to this: fastcgi_pass unix:/run/php/php7.0-fpm.sock;
sudo service nginx restart
The post was edited 3 times, last by tinh_x7 ().
The post was edited 3 times, last by z-vap ().
tinh_x7 wrote:
Did you install it in the right directory ?
tinh_x7 wrote:
You can change the NextCloud URL in the config.php
tinh_x7 wrote:
6. Yes
tinh_x7 wrote:
Hello All,
After I upgraded from OMV3 to OMV4, I struggle to log into OMV web page.
I couldn't find any solution.
So, I start a fresh installation.
Ensure you install:redis-server php-redis
This is for OMV4 PHP7 only:
I've spent 40 mins. to found out the issue that many users have 502 Bad Gateway error at the installation process due to the Nginx code.
Change this:fastcgi_pass $socket;
to this:fastcgi_pass unix:/var/run/php/php7.0-fpm.sock;
Restart your Nginx service:sudo service nginx restart
And try again.
The post was edited 1 time, last by Stramm ().
1 Member and 4 Guests