-
Hi, I'm trying to serve a file from a remote arbitrary server but I cannot make it work. Example, I'm trying to process the following file: I tried the following without success:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi @nicklayb This project is simply a basic setup for using Nginx as a cache server for Best regards |
Beta Was this translation helpful? Give feedback.
Not really, they do support it, it's just that your nginx prevents support for it.
I don't nginx much but I managed to do it by replacing
And I provide the url without the https scheme
(A / is appended automatically, not sure why)
And it works,
calling localhost/this.is.the.picture.path.png