mirror of
https://github.com/YunoHost-Apps/lychee_ynh.git
synced 2024-09-03 19:36:36 +02:00
parent
2eaadb4493
commit
9ef3c484f1
2 changed files with 1 additions and 2 deletions
|
@ -13,7 +13,6 @@ location ^~ __PATH__/ {
|
||||||
|
|
||||||
# setup for image upload
|
# setup for image upload
|
||||||
client_max_body_size 512M;
|
client_max_body_size 512M;
|
||||||
proxy_max_temp_file_size 2048M;
|
|
||||||
|
|
||||||
try_files $uri $uri/ __PATH__/__PATH__/index.php?$query_string;
|
try_files $uri $uri/ __PATH__/__PATH__/index.php?$query_string;
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Photo-management-system to manage and share photos.",
|
"en": "Photo-management-system to manage and share photos.",
|
||||||
"fr": "Système de gestion de photos pour gérer et partager des photos."
|
"fr": "Système de gestion de photos pour gérer et partager des photos."
|
||||||
},
|
},
|
||||||
"version": "4.0.7~ynh2",
|
"version": "4.0.7~ynh3",
|
||||||
"url": "https://lycheeorg.github.io/",
|
"url": "https://lycheeorg.github.io/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
Loading…
Reference in a new issue