Want more timely Centmin Mod News Updates?
Become a Member

Beta Branch 123.09beta01 nginx vhost templates update

Discussion in 'Centmin Mod Github Commits' started by eva2000, Jul 13, 2018.

  1. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    10:18 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    123.09beta01 nginx vhost templates update


    - enable security headers for nosniff and XSS Protection by default on new nginx vhost creation. These headers are commented out by default prior to this update. This update uncomments and enables them by default for new nginx vhosts created

    add_header X-Xss-Protection "1; mode=block" always;
    add_header X-Content-Type-Options "nosniff" always;

    Continue reading...

    123.09beta01 branch