Welcome! Log In Create A New Profile

Advanced

IP-Forwarding

Posted by SaschaM 
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.
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 136
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready