Enabled URL previews
This commit is contained in:
parent
08f8ad9816
commit
d2ef1f5322
|
@ -28,11 +28,10 @@
|
||||||
type = "http";
|
type = "http";
|
||||||
x_forwarded = true;
|
x_forwarded = true;
|
||||||
} ];
|
} ];
|
||||||
|
max_upload_size = "100M";
|
||||||
tls_certificate_path = "/var/lib/acme/synapse.mcwhirter.io/fullchain.pem";
|
tls_certificate_path = "/var/lib/acme/synapse.mcwhirter.io/fullchain.pem";
|
||||||
tls_private_key_path = "/var/lib/acme/synapse.mcwhirter.io/key.pem";
|
tls_private_key_path = "/var/lib/acme/synapse.mcwhirter.io/key.pem";
|
||||||
extraConfig = ''
|
url_preview_enabled = true;
|
||||||
max_upload_size: "100M"
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
|
|
||||||
nginx = {
|
nginx = {
|
||||||
|
|
Loading…
Reference in a new issue