Talk:Nextcloud: Difference between revisions
Romangeber (talk | contribs) (Nginx config suggestion) |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 20: | Line 20: | ||
== Nginx Config update | == Nginx Config update == | ||
I'd like to propose changing the nginx config to an adaption of the config suggested by the nextcloud documentation: https://docs.nextcloud.com/server/latest/admin_manual/installation/nginx.html | I'd like to propose changing the nginx config to an adaption of the config suggested by the nextcloud documentation: https://docs.nextcloud.com/server/latest/admin_manual/installation/nginx.html | ||
My minimal adaption is here: https://gist.github.com/rgeber/1b40a05310cabab551c9ef87b504af8e | My minimal adaption is here: https://gist.github.com/rgeber/1b40a05310cabab551c9ef87b504af8e | ||
== What is the "Best method" to indicate in the wiki that there are different php version for different Nextcloud versions??? == |
Latest revision as of 17:07, 19 May 2025
There are a few missing steps that turn into warnings in the UI
- enabling APCu or another cache
(set in a apcu.ini AND config.php)
Is there a reason why php5-fpm is recommended instead of php7-fpm? Php5 isn't supported by many applications anymore and will soon become deprecated.
Descriptions for additional nextcloud packages is missing
There is no list or descriptions for additional nextcloud packages on this wiki article. I just upgraded my Alpine install and would like determine which additional packages I should install.
— Preceding unsigned comment added by Jahway603 (talk • contribs) 12:31, 19 April 2023
Default Data Directory Info is missing
Unsure where in this wiki the Nextcloud default data directory of `/var/lib/nextcloud/data` should be entered.
— Preceding unsigned comment added by Jahway603 (talk • contribs) 09:29, 15 December 2023
Nginx Config update
I'd like to propose changing the nginx config to an adaption of the config suggested by the nextcloud documentation: https://docs.nextcloud.com/server/latest/admin_manual/installation/nginx.html
My minimal adaption is here: https://gist.github.com/rgeber/1b40a05310cabab551c9ef87b504af8e