On 2019-04-15 12:13, Mathew Perry wrote:
it's not that easy 🙂
Did you ensure that it was working locally first?
with this directive:
location /backuppc/ {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwa
it's not that easy 🙂
with this directive:
location /backuppc/ {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto https;
proxy_set_header Host $http_host;
proxy_max_temp_file_size 0;
proxy_pass http
I accidentally sent my reply just to Matthew. Here is a copy for future
reference.
Forwarded Message
Subject: Re: [BackupPC-users] backuppc behind nginx which is on another
host
Date: Mon, 15 Apr 2019 12:25:51 +0300
From: Johan Ehnberg
To: Mathew Perry
Hi Matt
On 2019-04-15 01:19, Mathew Perry wrote:
Hi
i'm using latest backuppc and want to connect emotely to it. I have
nginx on another host, not on same host where backuppc is running on.
So, i'm struggling to get the nginx config working to connect to the
backuppc host. The configs on the internet
Hi
i'm using latest backuppc and want to connect emotely to it. I have nginx on
another host, not on same host where backuppc is running on.
So, i'm struggling to get the nginx config working to connect to the backuppc
host. The configs on the internet are all for nginx configs if backuppc and