FIX: pdlib module, Face regontion
This commit is contained in:
@ -6,7 +6,6 @@ ln -sv /etc/nginx/sites-available/nextcloud_nginx.conf /etc/nginx/sites-enabled/
|
||||
|
||||
#config php
|
||||
cp -rv default_configs/etc/php /etc/
|
||||
touch init/init
|
||||
|
||||
#Copy nextcloud to web root
|
||||
cp -rv nextcloud/* /var/www/html/
|
||||
@ -23,3 +22,6 @@ mkdir /tmp/nextcloudtemp
|
||||
chmod -R 777 /tmp/nextcloudtemp
|
||||
chown -R www-data:www-data /root/logs/nextcloud/
|
||||
chown -R www-data:www-data /var/www/html/
|
||||
|
||||
|
||||
touch init/init
|
||||
|
@ -1948,3 +1948,7 @@ ldap.max_links = -1
|
||||
|
||||
; List of headers files to preload, wildcard patterns allowed.
|
||||
;ffi.preload=
|
||||
|
||||
[pdlib]
|
||||
; used for face recongntion
|
||||
extension="pdlib.so"
|
||||
|
@ -1948,3 +1948,5 @@ ldap.max_links = -1
|
||||
|
||||
; List of headers files to preload, wildcard patterns allowed.
|
||||
;ffi.preload=
|
||||
[pdlib]
|
||||
extension="pdlib.so"
|
||||
|
Reference in New Issue
Block a user