remove buffer stuff
This commit is contained in:
parent
e62a35af50
commit
9fde754dcb
@ -66,8 +66,6 @@ http {
|
||||
server_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;
|
||||
proxy_max_temp_file_size 4G;
|
||||
location /{
|
||||
proxy_pass https://{{ proxysite.ip }};
|
||||
proxy_ssl_verify off;
|
||||
|
Loading…
Reference in New Issue
Block a user