Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| blocks:server:form_authentication [2022-12-13 13:12] – admin | 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**: | + | :!: **IMPORTANT**: |
| < | < | ||
| + | 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: | ||