fix nginx config
This commit is contained in:
@@ -71,7 +71,7 @@ in
|
||||
vHosts.${fqdn}.locations."/" = {
|
||||
proxyPort = cfg.port;
|
||||
extraConfig = ''
|
||||
client_max_body_size ${settings.max_size / MiB}m;
|
||||
client_max_body_size ${toString (settings.max_size / MiB)}m;
|
||||
proxy_send_timeout 300;
|
||||
proxy_read_timeout 300;
|
||||
send_timeout 300;
|
||||
|
||||
Reference in New Issue
Block a user