Skip to content

Commit

Permalink
Allow local address
Browse files Browse the repository at this point in the history
  • Loading branch information
LinneyS committed Jun 5, 2020
1 parent 1389157 commit 724acbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions set_configuration.sh
Expand Up @@ -16,3 +16,5 @@ docker exec -u www-data app-server php occ --no-warnings app:install onlyoffice
docker exec -u www-data app-server php occ --no-warnings config:system:set onlyoffice DocumentServerUrl --value="/ds-vpath/"
docker exec -u www-data app-server php occ --no-warnings config:system:set onlyoffice DocumentServerInternalUrl --value="http://onlyoffice-document-server/"
docker exec -u www-data app-server php occ --no-warnings config:system:set onlyoffice StorageUrl --value="http://nginx-server/"

docker exec -u www-data app-server php occ --no-warnings config:system:set allow_local_remote_servers --value=true

0 comments on commit 724acbf

Please sign in to comment.