Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| blocks:server:form_authentication [2019-08-19 12:25] – created mattias | blocks:server:form_authentication [2023-04-06 17:45] (current) – Added requireHttps: false with notes admin | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| The default authentication method of blocks is internalDigest, | The default authentication method of blocks is internalDigest, | ||
| - | First of all, stop the server and then follow [[blocks: | + | First of all, stop the server and then follow [[blocks: |
| + | |||
| + | :!: **IMPORTANT**: | ||
| - | Then add the following lines in the server config.yml file. | ||
| < | < | ||
| + | server: | ||
| + | type: pixilab_server | ||
| + | requireHttps: | ||
| + | # The line above is appropriate when using nginx in front of Blocks, managing the SSL connection. | ||
| + | # If you manage SSL and certificate directly from within Blocks, set requireHttps to true instead, and | ||
| + | # configure certificate as appropriate for Blocks. | ||
| auth: | auth: | ||
| servlet: | servlet: | ||