Better defaults for nextcloud.

This commit is contained in:
Andrea Dell'Amico 2019-03-19 17:37:38 +01:00
parent 23c11b54a5
commit f391780496
2 changed files with 1 additions and 8 deletions

View File

@ -45,13 +45,6 @@ server {
add_header X-Download-Options noopen;
add_header X-Permitted-Cross-Domain-Policies none;
location ~ /\.(?!well-known).* {
deny all;
access_log off;
log_not_found off;
return 404;
}
# Path to the root of your installation
root {{ item.doc_root }};

View File

@ -28,7 +28,7 @@ php_fpm_packages:
- 'php-redis'
- 'php-apcu'
phpfpm_default_memory_limit: "384M"
phpfpm_default_memory_limit: "512M"
php_global_settings:
- { option: 'always_populate_raw_post_data', value: '-1' }