Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/onlyoffice.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ fi

# Install Onlyoffice docker
docker pull onlyoffice/documentserver:latest
docker run -i -t -d -p 127.0.0.3:9090:80 -p 127.0.0.3:9091:443 --restart always onlyoffice/documentserver
docker run -i -t -d -p 127.0.0.3:9090:80 --restart always onlyoffice/documentserver

# Install apache2
install_if_not apache2
Expand Down Expand Up @@ -227,7 +227,7 @@ then
# basic proxy settings
ProxyRequests off

ProxyPassMatch (.*)(\/websocket)$ "ws://127.0.0.3:9091/$1$2"
ProxyPassMatch (.*)(\/websocket)$ "ws://127.0.0.3:9090/$1$2"
ProxyPass / "http://127.0.0.3:9090/"
ProxyPassReverse / "http://127.0.0.3:9090/"

Expand Down