• Resolved Matt Cromwell

    (@webdevmattcrom)


    The podcast player isn’t playing, so I searched your docs and found the article about NGINX. I’m running this on SpinUpWP which is DigitalOcean on NGINX.

    I was able to SSH into the site and add those rules, but they prevent the server from successfully restarting. I got this message:

    This is how it’s implemented:

    I embedded the default WP audio oembed with the same exact mp3 link on the page included above to show that there’s nothing wrong with the mp3 file (the beginning has a lot of silence thoug… skip ahead).

    I’d love to get this resolved, it’s almost the last thing I need in order to launch this new site. Thank you!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Matt Cromwell

    (@webdevmattcrom)

    The support team at SpinupWP helped me out. The rules needed to be in the “server” area instead of the “before” area. That might be unique to SpinUp’s setup but you might consider adding that as a note to the docs for others.

    Thanks, this is resolved!

    Plugin Author Serhiy Zakharchenko

    (@zahardoc)

    Hi @webdevmattcrom,

    Great, thank you for the feedback. We’ll adjust our documentation.

    Best regards,
    Sergiy.

    Hey @webdevmattcrom, which .conf file did you edit? I have the same problem

    Thread Starter Matt Cromwell

    (@webdevmattcrom)

    The way their rules are set, you don’t edit their files directly, you add new ones into the folders and the main config automatically reads them. So I created a new one in:

    /etc/nginx/sites-available/{DOMAIN}/server

    Specifically called ssp.config so it looked like this:

    /etc/nginx/sites-available/{DOMAIN}/server/ssp.config

    See their docs on that here:

    https://spinupwp.com/doc/changing-nginx-settings/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘NGINX Rules break server’ is closed to new replies.