Welcome to Centmin Mod Community
Register Now

Nginx Stop Nginx overriding statuses?

Discussion in 'Nginx, PHP-FPM & MariaDB MySQL' started by Liam W, Feb 7, 2015.

  1. Liam W

    Liam W Member

    62
    17
    8
    Jun 26, 2014
    United Kingdom
    Ratings:
    +22
    Local Time:
    4:08 AM
    nginx
    10.3.x
    If a PHP script sends a status that Nginx has an error doc for, it overrides the returned data and just displays the general error page...


    How do I stop this from happening?

    (XenForo to be more specific, I have the full friendly rewrites enabled, so normally a 404 would display the XF page, but it displays the Nginx custom one).

    Liam
     
  2. rdan

    rdan Well-Known Member

    5,397
    1,353
    113
    May 25, 2014
    Ratings:
    +2,126
    Local Time:
    12:08 PM
    Mainline
    10.2
    Un comment staticfiles.conf on your domain config.
     
  3. Liam W

    Liam W Member

    62
    17
    8
    Jun 26, 2014
    United Kingdom
    Ratings:
    +22
    Local Time:
    4:08 AM
    nginx
    10.3.x
    I was just coming to update this, I had already uncommented the static files config include.

    I had to also uncomment the errorpages include...

    Liam
     
  4. eva2000

    eva2000 Administrator Staff Member

    49,875
    11,486
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +17,838
    Local Time:
    2:08 PM
    Nginx 1.21.x
    MariaDB 10.x
  5. Liam W

    Liam W Member

    62
    17
    8
    Jun 26, 2014
    United Kingdom
    Ratings:
    +22
    Local Time:
    4:08 AM
    nginx
    10.3.x
  6. eva2000

    eva2000 Administrator Staff Member

    49,875
    11,486
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +17,838
    Local Time:
    2:08 PM
    Nginx 1.21.x
    MariaDB 10.x
    ah that clears it up :)