mirror of
https://github.com/YunoHost-Apps/libreerp_ynh.git
synced 2024-09-03 19:36:13 +02:00
Merge branch 'testing' into upgrade
This commit is contained in:
commit
99c43bd077
2 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
SOURCE_URL=https://downloads.wkhtmltopdf.org/0.12/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
|
||||
SOURCE_URL=https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
|
||||
SOURCE_SUM=049b2cdec9a8254f0ef8ac273afaf54f7e25459a273e27189591edc7d7cf29db
|
||||
SOURCE_FILE=wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
|
||||
SOURCE_FORMAT=tar.xz
|
||||
|
|
|
@ -6,6 +6,11 @@ location / {
|
|||
}
|
||||
location @__APP__ {
|
||||
proxy_pass http://127.0.0.1:__PORT__;
|
||||
|
||||
client_max_body_size 50M;
|
||||
client_body_timeout 60m;
|
||||
fastcgi_read_timeout 60m;
|
||||
|
||||
proxy_next_upstream error timeout invalid_header http_500 http_502 http_503 http_504;
|
||||
proxy_buffers 16 64k;
|
||||
proxy_buffer_size 128k;
|
||||
|
|
Loading…
Reference in a new issue