mirror of
https://github.com/YunoHost-Apps/librespeed_ynh.git
synced 2024-09-03 19:36:23 +02:00
some tests
This commit is contained in:
parent
b0eacc258a
commit
d19ca7bf09
2 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ location __PATH__/ {
|
||||||
index example-singleServer-full.html index.php;
|
index example-singleServer-full.html index.php;
|
||||||
|
|
||||||
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
|
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
|
||||||
client_max_body_size 1G;
|
client_max_body_size 256M;
|
||||||
|
|
||||||
try_files $uri $uri/ /index.php;
|
try_files $uri $uri/ /index.php;
|
||||||
location ~ [^/]\.php(/|$) {
|
location ~ [^/]\.php(/|$) {
|
||||||
|
|
|
@ -419,8 +419,8 @@ chdir = __FINALPATH__
|
||||||
;php_admin_value[memory_limit] = 32M
|
;php_admin_value[memory_limit] = 32M
|
||||||
|
|
||||||
; Common values to change to increase file upload limit
|
; Common values to change to increase file upload limit
|
||||||
php_admin_value[upload_max_filesize] = 1G
|
php_admin_value[upload_max_filesize] = 256M
|
||||||
php_admin_value[post_max_size] = 1G
|
php_admin_value[post_max_size] = 256M
|
||||||
; php_admin_flag[mail.add_x_header] = Off
|
; php_admin_flag[mail.add_x_header] = Off
|
||||||
|
|
||||||
; Other common parameters
|
; Other common parameters
|
||||||
|
|
Loading…
Add table
Reference in a new issue