mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
fix the path
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
fac9169f59
commit
72e7dc29a8
1 changed files with 1 additions and 1 deletions
|
|
@ -513,7 +513,7 @@ elif [ "$(php /var/www/html/occ config:app:get notify_push enabled)" != "yes" ];
|
||||||
elif [ "$SKIP_UPDATE" != 1 ]; then
|
elif [ "$SKIP_UPDATE" != 1 ]; then
|
||||||
php /var/www/html/occ app:update notify_push
|
php /var/www/html/occ app:update notify_push
|
||||||
fi
|
fi
|
||||||
chmod 775 -R /nextcloud/custom_apps/notify_push/bin/
|
chmod 775 -R /var/www/html/custom_apps/notify_push/bin/
|
||||||
php /var/www/html/occ config:system:set trusted_proxies 0 --value="127.0.0.1"
|
php /var/www/html/occ config:system:set trusted_proxies 0 --value="127.0.0.1"
|
||||||
php /var/www/html/occ config:system:set trusted_proxies 1 --value="::1"
|
php /var/www/html/occ config:system:set trusted_proxies 1 --value="::1"
|
||||||
php /var/www/html/occ config:app:set notify_push base_endpoint --value="https://$NC_DOMAIN/push"
|
php /var/www/html/occ config:app:set notify_push base_endpoint --value="https://$NC_DOMAIN/push"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue