feat(docker): nginx client_max_body_size configuration

fix https://github.com/jxxghp/MoviePilot/issues/2951
fix https://github.com/jxxghp/MoviePilot/issues/2720
This commit is contained in:
DDSRem
2024-11-16 10:23:28 +08:00
parent f116229ecc
commit 4048acf60e
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -17,6 +17,8 @@ http {
keepalive_timeout 3600;
client_max_body_size ${NGINX_CLIENT_MAX_BODY_SIZE};
gzip on;
gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;
gzip_proxied any;