private _insertDisableServerSignature(): void {
        if (this._options.disableServerSignature) {
            this._htaccessLines.push(
                "# Prevent your server from sending the version of the server"
            );