Browse Source

Merge branch 'refactor/semcust-client-body-sise' into 'master'

client_max_body_size to 0

See merge request devops/k8s-deployments!97
master
Domagoj Zecevic 3 years ago
parent
commit
9de50fd6df
  1. 2
      02_hetzner/01_prod/semcust/deployment.yaml

2
02_hetzner/01_prod/semcust/deployment.yaml

@ -125,7 +125,7 @@ data:
access_log /var/log/nginx/access.log; access_log /var/log/nginx/access.log;
charset utf-8; charset utf-8;
client_max_body_size 1G; client_max_body_size 0;
location / { location / {
root /srv/semcust; root /srv/semcust;

Loading…
Cancel
Save