remove buffer stuff

This commit is contained in:
Torma Kristóf 2022-04-14 22:48:56 +02:00
parent e62a35af50
commit 9fde754dcb
1 changed files with 0 additions and 2 deletions

View File

@ -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;