-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using behind reverse proxy #79
Comments
Hi! I had also issues using Collabora behind the reverse proxy. As far as I understood this tread seems to address the root cause of issues with Collabora and OnlyOffice behind reverse proxy: nextcloud/richdocuments#1904 Unfortunatly I lack the skills to make OnlyOffice running behind the proxy. |
Config of internet facing proxy:
Passing those packets as is, without changing / setting any header seems to work for me. Also notice im terminating my ssl here as I trust the connection between internet facing proxy and the machine the container is running on. Hope this helps. Try removing those rewrite rules or request header lines in your apache config, im using nginx though. But this gives a red warning message in admin settings,
|
I try to run the container behind an Apache2 reverse proxy.
Result:
Major changes, which I did on Apache
myenabledsite.conf
:and in
docker-compose.yml
:any Idea?
The text was updated successfully, but these errors were encountered: