Learn about Centmin Mod LEMP Stack today
Register Now

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

    59,297
    12,509
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,142
    Local Time:
    1:14 PM
    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