ssl / tsl and storage of document

This commit is contained in:
2024-12-30 11:37:55 +01:00
parent bf2e38ad51
commit c6b32d6005
7 changed files with 74 additions and 7 deletions

View File

@@ -0,0 +1,3 @@
chill_doc_store:
local_storage:
storage_path: '/var/storage'

View File

@@ -0,0 +1,3 @@
framework:
trusted_proxies: '172.150.0.0/24'
trusted_headers: ['x-forwarded-for', 'x-forwarded-host', 'x-forwarded-proto', 'x-forwarded-port']