fix size stuff
This commit is contained in:
@ -47,7 +47,7 @@ http {
|
||||
proxy_set_header Connection $http_connection;
|
||||
proxy_set_header X-Forwarded-Proto https;
|
||||
proxy_ssl_server_name on;
|
||||
client_max_body_size 10m;
|
||||
client_max_body_size 8G;
|
||||
client_body_buffer_size 128k;
|
||||
proxy_connect_timeout 90;
|
||||
proxy_send_timeout 120;
|
||||
@ -74,7 +74,6 @@ 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 8G;
|
||||
location /{
|
||||
proxy_pass https://{{ proxysite.ip }};
|
||||
proxy_ssl_verify off;
|
||||
|
Reference in New Issue
Block a user