• Resolved withpleasure0

    (@withpleasure0)


    Added all the necessary code to the config but still doesn’t work just keeps giving me the same message.

    I use Local by flywheel.

    But I may have a lead, as an admin with the browser, when I go to the /wp-content/ page I have an empty page instead of having the full path on the page, is it does it have anything to do with this problem?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter withpleasure0

    (@withpleasure0)

    [NGINX] * in the title of topic :p

    Thread Starter withpleasure0

    (@withpleasure0)

    Resolved,

    i move this code in top on section from site.conf.hbs file and now its work…

    
    location ~* ^/wp-content/.+\.(png|gif|jpe?g)$ {
    add_header Vary Accept;
    try_files $uri$webp_suffix $uri =404;
    }
    

    Before, the code is on bottom of section and doesn’t work.. i don’t no why
    https://ibb.co/d4yzy3j

    Plugin Author kubiq

    (@kubiq)

    Hello,

    thank you, this may be helpful to someone else too.

    It’s possible that some other location rule with “last” ending was applied and it was never able to reach this last rule

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[NGING] Still doesn’t work just keeps giving me the same message’ is closed to new replies.