Update nginx timeouts

This commit is contained in:
Tom Wiesing 2021-11-17 10:57:57 +01:00
parent cc07186ffa
commit 793eab5c2d
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15

View file

@ -1,3 +1,5 @@
# update the max body size to fit with php's configuration. # Nginx Configuration File
# should be kept in sync with distillery/resources/compose/barrel/conf/wisski.ini. # These should match with distillery/resources/compose/barrel/conf/wisski.ini.
client_max_body_size 1000m; client_max_body_size 1000m;
proxy_read_timeout 3000;