Join the community today
Register Now

Nginx Ability to limit a force SSL address

Discussion in 'Nginx and PHP-FPM news & discussions' started by Chris, Feb 24, 2019.

  1. Chris

    Chris Member

    51
    10
    8
    Feb 27, 2015
    Ratings:
    +15
    Local Time:
    10:15 PM
    1.7
    10
    I'm working on a forum that was previously vBulletin, and has been migrated to XenForo.
    It has a number of paypal subscriptions, and I've got the PHP scripts to do the work...but I changed from /forums/ to root (forcing www).

    Checking paypal IPN, it's following http://domain.com/forums/payment_gateway.php?method=paypal


    So I need to remove and force a non-www, not secure single item.

    Is that possible within the nginx configuration? I originally followed your force WWW setup.
     
  2. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    12:15 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    can't you update the IPN ?
     
  3. Chris

    Chris Member

    51
    10
    8
    Feb 27, 2015
    Ratings:
    +15
    Local Time:
    10:15 PM
    1.7
    10
    The IPN is inside of Paypal, I don't see a way to change the IPN for paypal.
     
  4. wmtech

    wmtech Active Member

    187
    44
    28
    Jul 22, 2017
    Ratings:
    +139
    Local Time:
    4:15 AM
    You are able to update the IPN with Paypal. I recommend to do that.
     
  5. Chris

    Chris Member

    51
    10
    8
    Feb 27, 2015
    Ratings:
    +15
    Local Time:
    10:15 PM
    1.7
    10
    Guess that's what's confusing. Yes you can update the future IPN url, but previous subscriptions you can change? Surely it's not that simple, as no one on XenForo has said it was for migration of paid subscriptions.
     
  6. Chris

    Chris Member

    51
    10
    8
    Feb 27, 2015
    Ratings:
    +15
    Local Time:
    10:15 PM
    1.7
    10
    I did update the IPN, but it's not working properly.