Want more timely Centmin Mod News Updates?
Become a Member

HTTP methods required for most web apps like XenForo and WP to work fully?

Discussion in 'Nginx, PHP-FPM & MariaDB MySQL' started by rdan, Jul 6, 2015.

  1. rdan

    rdan Well-Known Member

    5,451
    1,412
    113
    May 25, 2014
    Ratings:
    +2,206
    Local Time:
    6:20 PM
    Mainline
    10.2
    So I got hit by large L7 ddos attacks, web applications type of attack.
    I have implemented most security measures including limiting "request_method" allowed outside.

    I have this configured:
    So I will deny any request except those 3 declared.
    Is that sufficient and enough for XenForo and WP to work fine?
    Thanks!

     
  2. eva2000

    eva2000 Administrator Staff Member

    55,917
    12,281
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,868
    Local Time:
    8:20 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    what you trying to do ? got full example ?
     
  3. rdan

    rdan Well-Known Member

    5,451
    1,412
    113
    May 25, 2014
    Ratings:
    +2,206
    Local Time:
    6:20 PM
    Mainline
    10.2
    So on Nginx.conf below
    http {
    I got this:
    On Domain.conf
    Above root /home/nginx/domains/domain.com/public;
     
  4. eva2000

    eva2000 Administrator Staff Member

    55,917
    12,281
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,868
    Local Time:
    8:20 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    maybe 444 code List of HTTP status codes - Wikipedia, the free encyclopedia ?

    as to whether it works fine, try it and see
     
  5. quicksalad

    quicksalad Member

    228
    13
    18
    May 31, 2015
    Ratings:
    +20
    Local Time:
    3:50 PM
  6. rdan

    rdan Well-Known Member

    5,451
    1,412
    113
    May 25, 2014
    Ratings:
    +2,206
    Local Time:
    6:20 PM
    Mainline
    10.2