configure Nginx in DMZ (reverse proxy) and Apache2 in another VLAN. All is ok, I could navigate in application (owncloud), but when I click on disconnect in web app, I have a time out, and the ip of apache2 server apears in url… Whats wrong?? Servers are on Ubuntu 16.04, owncloud 9.1 Thanks for your help
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Nice, and thanks a lot. That works… Great
You need to set
overwritehost
in owncloud to avoid that, because owncloud has automatic hostname detection: https://doc.owncloud.org/server/9.0/admin_manual/configuration_server/config_sample_php_parameters.html#proxy-configurations The was a bug on this as well: https://github.com/owncloud/core/issues/17201