Better defaults for nextcloud.
This commit is contained in:
parent
23c11b54a5
commit
f391780496
|
@ -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 }};
|
||||
|
||||
|
|
|
@ -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' }
|
||||
|
|
Loading…
Reference in New Issue