increase nginx limits even further

This commit is contained in:
2022-05-18 00:19:03 +02:00
parent 87f57020bc
commit c9fe2f5d83
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ http {
proxy_ssl_name {{ proxysite.domain}};
ssl_certificate /etc/letsencrypt/live/{{ proxysite.domain }}/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/{{ proxysite.domain }}/privkey.pem;
client_max_body_size 2G;
client_max_body_size 8G;
location /{
proxy_pass https://{{ proxysite.ip }};
proxy_ssl_verify off;