fix gitea image registry
This commit is contained in:
@@ -46,7 +46,10 @@ in
|
|||||||
services = {
|
services = {
|
||||||
webserver = {
|
webserver = {
|
||||||
enable = lib.mkDefault true;
|
enable = lib.mkDefault true;
|
||||||
vHosts.${fqdn}.locations."/".proxyPort = 3008;
|
vHosts.${fqdn}.locations."/" = {
|
||||||
|
proxyPort = 3008;
|
||||||
|
extraConfig = "client_max_body_size 0;";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
postgresql = {
|
postgresql = {
|
||||||
enable = lib.mkDefault true;
|
enable = lib.mkDefault true;
|
||||||
|
|||||||
Reference in New Issue
Block a user