🔧 gitea proxy config update

This commit is contained in:
2023-01-21 17:39:39 -05:00
parent 2860139d82
commit abf5b40554
2 changed files with 6 additions and 3 deletions

View File

@ -10,6 +10,9 @@ _:
locations."/" = {
proxyPass = "http://100.111.208.75:8003";
proxyWebsockets = true;
extraConfig = ''
client_max_body_size 0;
'';
};
};
};