Update README.md
This commit is contained in:
@@ -268,7 +268,7 @@ https://forms.domain/index.php/dashboard/view
|
|||||||
# -NextCloud Settings-
|
# -NextCloud Settings-
|
||||||
Add the users' home directory in Nextcloud? -> (No)
|
Add the users' home directory in Nextcloud? -> (No)
|
||||||
|
|
||||||
# -OnlyOffice Setup-
|
# 📦 OnlyOffice Setup
|
||||||
Verify that the server settings were successfully updated
|
Verify that the server settings were successfully updated
|
||||||
Check healthcheck and api.js
|
Check healthcheck and api.js
|
||||||
```
|
```
|
||||||
@@ -281,6 +281,9 @@ Verify that the secret keys match
|
|||||||
sudo grep -n -A5 -B5 "secret" /var/www/onlyoffice/config/local.json
|
sudo grep -n -A5 -B5 "secret" /var/www/onlyoffice/config/local.json
|
||||||
```
|
```
|
||||||
Verify the SSL certificate
|
Verify the SSL certificate
|
||||||
|
```
|
||||||
|
curl -Iv https://docs.domain
|
||||||
|
```
|
||||||
Run the curl tests
|
Run the curl tests
|
||||||
```
|
```
|
||||||
sudo -i
|
sudo -i
|
||||||
@@ -302,6 +305,11 @@ sudo -i
|
|||||||
php /var/www/nextcloud/occ status
|
php /var/www/nextcloud/occ status
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Verify Server Time
|
||||||
|
```
|
||||||
|
timedatectl status
|
||||||
|
```
|
||||||
|
|
||||||
Final diagnosis
|
Final diagnosis
|
||||||
```
|
```
|
||||||
sudo tail -100 /var/log/onlyoffice/docservice.log
|
sudo tail -100 /var/log/onlyoffice/docservice.log
|
||||||
|
|||||||
Reference in New Issue
Block a user