From bbb328119eda911c5cf0cea5d96920a6e1dba5ae Mon Sep 17 00:00:00 2001 From: "anoy." Date: Wed, 15 Nov 2023 18:22:53 +0100 Subject: [PATCH 1/2] use recommended php version Signed-off-by: anoy. --- admin_manual/installation/nginx-root.conf.sample | 2 +- admin_manual/installation/nginx-subdir.conf.sample | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/installation/nginx-root.conf.sample b/admin_manual/installation/nginx-root.conf.sample index 4269286fe..6d74516a1 100644 --- a/admin_manual/installation/nginx-root.conf.sample +++ b/admin_manual/installation/nginx-root.conf.sample @@ -1,6 +1,6 @@ upstream php-handler { server 127.0.0.1:9000; - #server unix:/var/run/php/php7.4-fpm.sock; + #server unix:/run/php/php8.2-fpm.sock; } # Set the `immutable` cache control options only for assets with a cache busting `v` argument diff --git a/admin_manual/installation/nginx-subdir.conf.sample b/admin_manual/installation/nginx-subdir.conf.sample index b9ced16c8..fceb3b75f 100644 --- a/admin_manual/installation/nginx-subdir.conf.sample +++ b/admin_manual/installation/nginx-subdir.conf.sample @@ -1,6 +1,6 @@ upstream php-handler { server 127.0.0.1:9000; - #server unix:/var/run/php/php7.4-fpm.sock; + #server unix:/run/php/php8.2-fpm.sock; } # Set the `immutable` cache control options only for assets with a cache busting `v` argument From 84605852eeebdc52f36c023c81a512de723794bc Mon Sep 17 00:00:00 2001 From: "anoy." Date: Wed, 15 Nov 2023 18:25:52 +0100 Subject: [PATCH 2/2] fix typo in comment Signed-off-by: anoy. --- admin_manual/installation/nginx-root.conf.sample | 4 ++-- admin_manual/installation/nginx-subdir.conf.sample | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/admin_manual/installation/nginx-root.conf.sample b/admin_manual/installation/nginx-root.conf.sample index 6d74516a1..34510c11c 100644 --- a/admin_manual/installation/nginx-root.conf.sample +++ b/admin_manual/installation/nginx-root.conf.sample @@ -63,9 +63,9 @@ server { # with the `ngx_pagespeed` module, uncomment this line to disable it. #pagespeed off; - # The settings allows you to optimize the HTTP2 bandwitdth. + # The settings allows you to optimize the HTTP2 bandwidth. # See https://blog.cloudflare.com/delivering-http-2-upload-speed-improvements/ - # for tunning hints + # for tuning hints client_body_buffer_size 512k; # HTTP response headers borrowed from Nextcloud `.htaccess` diff --git a/admin_manual/installation/nginx-subdir.conf.sample b/admin_manual/installation/nginx-subdir.conf.sample index fceb3b75f..d41477272 100644 --- a/admin_manual/installation/nginx-subdir.conf.sample +++ b/admin_manual/installation/nginx-subdir.conf.sample @@ -87,9 +87,9 @@ server { # with the `ngx_pagespeed` module, uncomment this line to disable it. #pagespeed off; - # The settings allows you to optimize the HTTP2 bandwitdth. + # The settings allows you to optimize the HTTP2 bandwidth. # See https://blog.cloudflare.com/delivering-http-2-upload-speed-improvements/ - # for tunning hints + # for tuning hints client_body_buffer_size 512k; # HSTS settings