3 Commits

Author SHA1 Message Date
88012d37db [zineshop] max_body_size 50M
All checks were successful
Check flake syntax / flake-check (push) Successful in 4m21s
2025-04-15 14:11:53 +02:00
16fb7c5b09 [zineshop] remove basic auth 2025-04-15 14:11:41 +02:00
3dafbae49a [flake] update zineshop 2025-04-15 14:10:35 +02:00
4 changed files with 8 additions and 8 deletions

8
flake.lock generated
View File

@@ -450,11 +450,11 @@
"utils": "utils_4"
},
"locked": {
"lastModified": 1744718248,
"narHash": "sha256-XRf+PjPmIABbytS7YetShnDVZCsBuURu+RzNJh7cZ70=",
"lastModified": 1744719000,
"narHash": "sha256-vqede2KEVj8ICBQzvZZoPr2+rLBo8a6buqs3BYH5Vgs=",
"ref": "refs/heads/master",
"rev": "27cf7c37cf7add7b2a0e4facf447f6e1b10f648b",
"revCount": 116,
"rev": "9c15514758f27634264025c2a484f79ea3ca159c",
"revCount": 117,
"type": "git",
"url": "https://git.dynamicdiscord.de/kalipso/zineshop"
},

View File

@@ -83,7 +83,7 @@ in
client_body_in_file_only clean;
client_body_buffer_size 32K;
client_max_body_size 0;
client_max_body_size 50M;
sendfile on;
send_timeout 300s;

View File

@@ -155,7 +155,7 @@ in
virtualHosts."zines.malobeo.org" = {
# created with: nix-shell --packages apacheHttpd --run 'htpasswd -B -c foo.txt malobeo'
# then content of foo.txt put into sops
basicAuthFile = config.sops.secrets.shop_auth.path;
# basicAuthFile = config.sops.secrets.shop_auth.path;
locations."/" = {
proxyPass = "http://10.0.0.15:8080";
extraConfig = ''
@@ -164,7 +164,7 @@ in
client_body_in_file_only clean;
client_body_buffer_size 32K;
client_max_body_size 0;
client_max_body_size 50M;
sendfile on;
send_timeout 300s;

View File

@@ -81,7 +81,7 @@ with lib;
client_body_in_file_only clean;
client_body_buffer_size 32K;
client_max_body_size 0;
client_max_body_size 50M;
sendfile on;
send_timeout 300s;