mirror of
https://github.com/YunoHost-Apps/signaturepdf_ynh.git
synced 2024-09-03 20:25:57 +02:00
Fix
This commit is contained in:
parent
fb4a5bfa22
commit
0a8810d099
2 changed files with 2 additions and 1 deletions
|
@ -5,5 +5,5 @@
|
|||
PDF_STORAGE_PATH=__DATADIR__
|
||||
SERVERNAME=__DOMAIN__
|
||||
UPLOAD_MAX_FILESIZE=48M
|
||||
POST_MAX_SIZE= 48M
|
||||
POST_MAX_SIZE=48M
|
||||
MAX_FILE_UPLOADS=401
|
||||
|
|
|
@ -93,6 +93,7 @@ ynh_script_progression --message="Configuring PHP-FPM..." --weight=2
|
|||
|
||||
# Create a dedicated PHP-FPM config
|
||||
ynh_add_fpm_config
|
||||
phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
|
||||
|
||||
#=================================================
|
||||
# CREATE DATA DIRECTORY
|
||||
|
|
Loading…
Reference in a new issue