I have included few screenshots which will show detailed information about some important aspect of Nextcloud.
Close the pop-up window then start play with your nextcloud server.
To check CPU load & Memory usage by navigating Settings >> Admin >> Serverinfo
To check PHP Memory limit & Upload max size by navigating Settings >> Admin >> Serverinfo (Scroll down bottom of the page)
See the below screenshot, we are running latest version of nextcloud 10.0.
We are preparing all articles in-depth to understand by all level/stage Linux administrators. If the article is useful for you, then please spend less than a minute to share your valuable comments in our commenting section.
Please stay tune with us…Good Luck.
Thank you for your detailed manual.
How to use https://… instead of http://…? I.e., how to add SSL option here?
And I’d like to open site like https://my_domain_name/ instead of https://my_domain_name/nextcloud. What do I need to change in Apache config file?
Keep nextcloud files in domain home directory instead of sub directory to access http://www.mydomain.com
If you want to enable self-signed certificate, just use following commands for Ubuntu based systems.
a2enmod ssl
a2ensite default-ssl
service apache2 reload
Thank you.