Skip to content

Commit

Permalink
Update documentation to include force_ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasnorre committed Oct 6, 2024
1 parent eff77bb commit f2f1246
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,19 @@ Page TSconfig Reference (tx\_crawler.crawlerCfg)
Description
List of Page Ids to limit this configuration to

.. container:: table-row

Property
.. _crawler-tsconfig-paramSets-key-force_ssl:

paramSets.[key].force_ssl

Data type
integer

Description
Whether https should be inforced or not. 0 = false (default), 1 = true.


.. container:: table-row

Expand Down Expand Up @@ -183,5 +196,6 @@ Example
procInstrFilter = tx_indexedsearch_reindex
pidsOnly = 1,5,13,55
userGroups = 1
force_ssl = 1
}

0 comments on commit f2f1246

Please sign in to comment.