• Resolved lasteve

    (@lasteve)


    location ~ ^/(wp-content/uploads/securepdfs) {

    allow 127.0.0.1;

    deny all;

    proxy_pass http://127.0.0.1:6776;

    return 403;

    location ~ “\.(jpg|png|gif|mp3|ogg)$” {

    allow all;

    }

    }

    Both plugins PDF Embed + PRO are deactivated, for they really ruined the PFD display once PRO was installed. Have asked WordPress AI where the file may be to add the snippet. Does not know. When it ‘passed me on’ to a “Human Support Agent”, the link was not hot. Would you please help? My sire is based on this PDF display plugin. Thanks!!!

Viewing 1 replies (of 1 total)
  • Plugin Author Slava Abakumov

    (@slaffik)

    Hello there,

    Could you please provide the link where we can see how it was “ruined”? Based on the description, it’s not clear what exactly is wrong.

    When it ‘passed me on’ to a “Human Support Agent”, the link was not hot.

    The link leads to the account area, so apparently you were logged out.

    Given the securepdfs directory, you are using a paid version of the plugin, and you have access to the email support. You can fill in the form on this page (you need to be logged in into your account): https://wp-pdf.com/account/support/

    Also, it looks like you are using nginx, so please check out this doc: https://wp-pdf.com/docs/serving-protected-files-under-nginx/

Viewing 1 replies (of 1 total)

The topic ‘Adding code snippet to UNKNOWN {} config file?’ is closed to new replies.