Running behind a proxy

If you’re looking for some help, it’s important to provide as much context as possible so that people are able to assist you. Try to always mention:

I’m running Ghost.js 3.2.0 on Node.js 12.14.1 behind a proxy. I noticed that it is trying to retrieve 2 files:

https://static.ghost.org/v3.0.0/images/publication-cover.png
https://static.ghost.org/v1.0.0/images/ghost-logo.svg

Obviously, because it’s behind a proxy, it fails.

Is there a way to instruct it to retrieve those files from local storage? After all, ./versions/3.2.0/core/built/assets/icons/ghost-logo.svg is available locally.

P.S.: I don’t want to use the http_proxy and https_proxy environment variables to make the retrieval work. I want to configure Ghost to use local copies.

Hey @Gabriel_Schulhof :wave:

The images requested are for default content - one of them is the default publication cover, and the other seems to be the default icon. You can change these in the admin settings and you shouldn’t see any other requests to Ghost :slight_smile:

FYI, if Ghost can’t access the outside network then certain features won’t work. Embed/bookmark cards and AMP at minimum.