fix(sharkey): http2
This commit is contained in:
parent
5a5aecc14b
commit
ecb2635a58
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
||||||
services.nginx.virtualHosts."very.stupid.fish" = {
|
services.nginx.virtualHosts."very.stupid.fish" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
useACMEHost = "stupid.fish";
|
useACMEHost = "stupid.fish";
|
||||||
|
http2 = true;
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
client_max_body_size 250M;
|
client_max_body_size 250M;
|
||||||
|
|
Loading…
Reference in a new issue