Replies: 5 comments 11 replies
-
Hello, SFTPGo supports PROXY protocol for SFTP/FTP, for WebDav/HTTP you can use a standard HTTP proxy header. |
Beta Was this translation helpful? Give feedback.
-
Thank you for supporting the project. Much appreciated. Try something like this for SFTP
for webdav you can use this:
You have to enable the proxy protocol in the SFTPGo configuration. Take a look at the docs. Expand "Configuration file -> Common" to read about the available options ( If something doesn't work, please post your configuration and explain the problem you are having. As a project sponsor, you can also reach me at the dedicated support email address, support at sftpgo.com. Thanks |
Beta Was this translation helpful? Give feedback.
-
Hello Nicola,
I had to disable the Cloudflare proxy to get it to work by following your
instructions.
Thank you so much!
…On Thu, Apr 13, 2023 at 12:47 PM Nicola Murino ***@***.***> wrote:
Didn't work. I sent email yesterday
Hi, were you able to solve the issue with the information shared privately?
—
Reply to this email directly, view it on GitHub
<#1257 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEVBLWZZGO33TUCTA3CM3YLXBAU3TANCNFSM6AAAAAAWXCP7F4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Jacob William
603-892-7597
https://jacobwi.io
|
Beta Was this translation helpful? Give feedback.
-
I'm using the swag proxy server to provide HTTPS access to my SFTPGo application. In the SFTPGo logs, I notice that the real client IP address is not being passed correctly and instead, the IP address of the swag proxy server (e.g., 172.20.0.11) is being displayed. However, in the NGINX logs of the swag proxy server, the real client IP address is displayed correctly. Steps to Reproduce: Start SFTPGo and swag in Docker containers. Current Behavior: SFTPGo Version: 2.6.0 swag Version: 2.10.0-ls303 NGINX Version: 1.24.0 Additional Information:
|
Beta Was this translation helpful? Give feedback.
-
sftpgo.subdomain.txt |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
Does anyone have Nginx proxy conf example working? Mind sharing?
I tried streaming SSH/SFTP to example.com:22 but didn't get anywhere.
Much appreciated
Beta Was this translation helpful? Give feedback.
All reactions