Skip to content

"Dynamic Image Generation" enabled on WP Engine #360

Answered by domtra
obritoluis asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @obritoluis and @filipe-q ,
we managed to get it to work on a project, after two long chats with their support team.
The rule that got dynamic image generation to work was

location ~* /wp-content/uploads/dynamic/ { proxy_pass $dynamic_upstream_read_write; }

If you use a newer version of flynt, it should be

location ~* /wp-content/uploads/resized/ { proxy_pass $dynamic_upstream_read_write; }

Let me know if that helps.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@obritoluis
Comment options

Answer selected by obritoluis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants