increase nginx limits even further
This commit is contained in:
@ -69,7 +69,7 @@ http {
|
||||
server_name {{ server.domain }};
|
||||
ssl_certificate /etc/ssl/certs/ssl-cert-snakeoil.pem;
|
||||
ssl_certificate_key /etc/ssl/private/ssl-cert-snakeoil.key;
|
||||
client_max_body_size 2G;
|
||||
client_max_body_size 8G;
|
||||
location /{
|
||||
proxy_pass http://127.0.0.1:{{ server.port }};
|
||||
}
|
||||
|
Reference in New Issue
Block a user