Difference between revisions of "Talk:Nextcloud"

From SME Server
Jump to navigationJump to search
(quick note on apache settings)
 
(→‎Apache settings / custom template: not adapted to php-fpm)
Tag: Blanking
Line 1: Line 1:
==Apache settings / custom template==
+
 
/etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/nextcloud
 
# Nextcloud (sub-domain) settings
 
 
<Directory /opt/nextcloud>
 
AddType application/x-httpd-php .php
 
php_admin_value open_basedir /opt/nextcloud:/dev/urandom:/tmp:/home/e-smith/files/nextcloud
 
php_admin_flag allow_url_fopen on
 
php_admin_flag allow_override all
 
php_admin_flag followsymlinks enabled
 
Options None
 
order deny,allow
 
deny from all
 
allow from all
 
AuthType Basic
 
AuthBasicProvider external
 
AuthExternal pwauth
 
</Directory>
 
 
# End of Nextcloud settings
 

Revision as of 16:20, 23 March 2022