Don't need =

This commit is contained in:
niten 2024-05-23 12:36:16 -07:00
parent 01b219aa83
commit dffa303558
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ in {
locations."/" = {
proxyPass = "http://127.0.0.1:${toString cfg.port}";
extraConfig = ''
client_max_body_size = 1024M;
client_max_body_size 1024M;
'';
recommendedProxySettings = true;
proxyWebsockets = true;