services/nextcloud: make login work reliably

This commit is contained in:
schweby 2022-04-30 23:35:19 +02:00
parent 27cc65fb14
commit 440076bae9
Signed by: moira
GPG key ID: AF92FDD91CB44B2F

View file

@ -137,6 +137,7 @@
extraConfig = '' extraConfig = ''
proxy_buffering off; proxy_buffering off;
client_max_body_size 0; client_max_body_size 0;
add_header Cache-Control "no-store, no-cache, must-revalidate";
''; '';
}; };