Welcome! Log In Create A New Profile

Advanced

IP-Forwarding

Posted by SaschaM 
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
IP-Forwarding
December 29, 2021 12:15PM
Hi folks,
I get the error: "Cannot GET /onlyoffice" calling my OnlyOffice-Server https://xxx.spdns.org/onlyoffice. The Only-Office-Server is installed on the same machine but should be also accessible via the local IP. The Nginx Logs do not really show my an interpretable output.

My location Block looks like this:


location ~ ^/onlyoffice {
proxy_pass https://192.168.178.92:4433;
proxy_redirect off;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Host $server_name;
proxy_set_header X-Forwarded-Proto $scheme;
}

Can sbd. tell me whats wrong here?
Thanks for your help.

Online Users

Guests: 90
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 500 on July 15, 2024
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready