1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_playbook_servers.git synced 2024-09-14 19:53:56 +02:00

improve config

This commit is contained in:
L3D 2021-04-04 00:52:24 +02:00
parent c9c5b6e4df
commit 29722ad171
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -11,5 +11,6 @@ server {
location / {
proxy_pass http://localhost:3000;
client_max_body_size 256M;
proxy_read_timeout 3600;
}
}