Collabora/nextcloud on different server than reverse proxy

Hi, my problem originated from the proxy server running apache. I had it set up just like Raoul1 had suggested but selinux was blocking network access. I had to run the following command to get it to work. “setsebool -P httpd_can_network_connect on” To see if this is the same problem I was having try “setenforce 0” to temporaraly turn off selinux. After doing that see if it works or if your error message changes. “setenforce 1” will turn it back on.