diff --git a/conf/app.src b/conf/app.src index c29b919..9babd5b 100755 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/34c2c6a92d934a403425219e59524177/castopod-1.0.0-beta.18.zip -SOURCE_SUM=33889bf23cc133fbd735a19ec1cc92a61195da7d806163e4b266e668c5ad4833 +SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/e997234d358aed3f7b0178bd8994e013/castopod-1.0.0-beta.19.zip +SOURCE_SUM=2c19ef3dfb940d4deb610e160a03043b1cd83bc422095f83972533c0e1fe2eb0 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/conf/nginx.conf b/conf/nginx.conf index e1a1f03..b052afb 100755 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -7,6 +7,8 @@ location __PATH__/ { index index.php; client_max_body_size 512M; + + more_clear_headers 'X-Frame-Options'; try_files $uri $uri/ /index.php; location ~ [^/]\.php(/|$) { diff --git a/conf/php-fpm.conf b/conf/php-fpm.conf index 7b478d9..1130586 100755 --- a/conf/php-fpm.conf +++ b/conf/php-fpm.conf @@ -401,6 +401,9 @@ chdir = __FINALPATH__ ; php_admin_value/php_admin_flag - these directives won't be overwritten by ; PHP call 'ini_set' ; For php_*flag, valid values are on, off, 1, 0, true, false, yes or no. +php_admin_value[upload_max_filesize] = 512M +php_admin_value[memory_limit] = 512M +php_admin_value[post_max_size] = 512M ; Defining 'extension' will load the corresponding shared extension from ; extension_dir. Defining 'disable_functions' or 'disable_classes' will not diff --git a/manifest.json b/manifest.json index 31bf9e9..c0a5a8c 100755 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Hosting platform made for podcasters", "fr": "Plateforme d'hébergement conçue pour les podcasteurs" }, - "version": "1.0.0-98~ynh2", + "version": "1.0.0-99~ynh1", "url": "https://castopod.org/", "upstream": { "license": "GPL-3.0-only",