cockpit ssl fix
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 23s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 23s
This commit is contained in:
parent
b39151dd8e
commit
72a2679474
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
||||||
proxy_cache off;
|
proxy_cache off;
|
||||||
send_timeout 600s;
|
send_timeout 600s;
|
||||||
client_max_body_size 50000M;
|
client_max_body_size 50000M;
|
||||||
|
proxy_ssl_session_reuse off;
|
||||||
'';
|
'';
|
||||||
in {
|
in {
|
||||||
users.users = {
|
users.users = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue