Compare commits
3 Commits
38e010e4de
...
88012d37db
| Author | SHA1 | Date | |
|---|---|---|---|
|
88012d37db
|
|||
|
16fb7c5b09
|
|||
|
3dafbae49a
|
8
flake.lock
generated
8
flake.lock
generated
@@ -450,11 +450,11 @@
|
|||||||
"utils": "utils_4"
|
"utils": "utils_4"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1744718248,
|
"lastModified": 1744719000,
|
||||||
"narHash": "sha256-XRf+PjPmIABbytS7YetShnDVZCsBuURu+RzNJh7cZ70=",
|
"narHash": "sha256-vqede2KEVj8ICBQzvZZoPr2+rLBo8a6buqs3BYH5Vgs=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "27cf7c37cf7add7b2a0e4facf447f6e1b10f648b",
|
"rev": "9c15514758f27634264025c2a484f79ea3ca159c",
|
||||||
"revCount": 116,
|
"revCount": 117,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.dynamicdiscord.de/kalipso/zineshop"
|
"url": "https://git.dynamicdiscord.de/kalipso/zineshop"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ in
|
|||||||
client_body_in_file_only clean;
|
client_body_in_file_only clean;
|
||||||
client_body_buffer_size 32K;
|
client_body_buffer_size 32K;
|
||||||
|
|
||||||
client_max_body_size 0;
|
client_max_body_size 50M;
|
||||||
|
|
||||||
sendfile on;
|
sendfile on;
|
||||||
send_timeout 300s;
|
send_timeout 300s;
|
||||||
|
|||||||
@@ -155,7 +155,7 @@ in
|
|||||||
virtualHosts."zines.malobeo.org" = {
|
virtualHosts."zines.malobeo.org" = {
|
||||||
# created with: nix-shell --packages apacheHttpd --run 'htpasswd -B -c foo.txt malobeo'
|
# created with: nix-shell --packages apacheHttpd --run 'htpasswd -B -c foo.txt malobeo'
|
||||||
# then content of foo.txt put into sops
|
# then content of foo.txt put into sops
|
||||||
basicAuthFile = config.sops.secrets.shop_auth.path;
|
# basicAuthFile = config.sops.secrets.shop_auth.path;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://10.0.0.15:8080";
|
proxyPass = "http://10.0.0.15:8080";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
@@ -164,7 +164,7 @@ in
|
|||||||
client_body_in_file_only clean;
|
client_body_in_file_only clean;
|
||||||
client_body_buffer_size 32K;
|
client_body_buffer_size 32K;
|
||||||
|
|
||||||
client_max_body_size 0;
|
client_max_body_size 50M;
|
||||||
|
|
||||||
sendfile on;
|
sendfile on;
|
||||||
send_timeout 300s;
|
send_timeout 300s;
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ with lib;
|
|||||||
client_body_in_file_only clean;
|
client_body_in_file_only clean;
|
||||||
client_body_buffer_size 32K;
|
client_body_buffer_size 32K;
|
||||||
|
|
||||||
client_max_body_size 0;
|
client_max_body_size 50M;
|
||||||
|
|
||||||
sendfile on;
|
sendfile on;
|
||||||
send_timeout 300s;
|
send_timeout 300s;
|
||||||
|
|||||||
Reference in New Issue
Block a user